From: Erik Faye-Lund Date: Tue, 28 May 2019 11:53:03 +0000 (+0200) Subject: docs: remove stray space in code-block X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2ac7582d9cecbf06e0dc513c1439a05f23c5616;p=mesa.git docs: remove stray space in code-block Signed-off-by: Erik Faye-Lund Reviewed-by: Emil Velikov Reviewed-by: Eric Engestrom --- diff --git a/docs/faq.html b/docs/faq.html index 4f3c200ce82..cbf1370220a 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -273,7 +273,7 @@ for details. Mesa uses a 16-bit depth buffer by default which is smaller and faster to clear than a 32-bit buffer but not as accurate. If you need a deeper you can modify the parameters to - glXChooseVisual in your code. +glXChooseVisual in your code.