docs: remove stray space in code-block

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Erik Faye-Lund 2019-05-28 13:53:03 +02:00
parent 0114d15ed6
commit b2ac7582d9
1 changed files with 1 additions and 1 deletions

View File

@ -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
<code> glXChooseVisual</code> in your code.
<code>glXChooseVisual</code> in your code.
</p>