diff options
author | Erik Faye-Lund <[email protected]> | 2020-01-16 21:11:29 +0100 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2020-01-18 11:39:32 +0100 |
commit | 7ee94d1b21b9f096d27471e708b2d8be9fc43530 (patch) | |
tree | dedab0bff39fa2002e66eead01a16b363d7be458 /docs/sourcetree.html | |
parent | 2ef989473ab2e9b4848c1f58c2637dc11eb38afc (diff) |
docs: fixup indentation
The most canonical indentation-style here is two spaces, which is what
the standard boilerplate in all documents use. So let's normalize to
that.
Reviewed-by: Eric Engestrom <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
Diffstat (limited to 'docs/sourcetree.html')
-rw-r--r-- | docs/sourcetree.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/sourcetree.html b/docs/sourcetree.html index 5ef74d93908..b16d2627abf 100644 --- a/docs/sourcetree.html +++ b/docs/sourcetree.html @@ -49,15 +49,15 @@ each directory. <li><b>main</b> - The core Mesa code (mainly state management) <li><b>drivers</b> - Mesa drivers (not used with Gallium) <ul> - <li><b>common</b> - code which may be shared by all drivers + <li><b>common</b> - code which may be shared by all drivers <li><b>dri</b> - Direct Rendering Infrastructure drivers <ul> - <li><b>common</b> - code shared by all DRI drivers - <li><b>i915</b> - driver for Intel i915/i945 - <li><b>i965</b> - driver for Intel i965 - <li><b>radeon</b> - driver for ATI R100 - <li><b>r200</b> - driver for ATI R200 - <li>XXX more + <li><b>common</b> - code shared by all DRI drivers + <li><b>i915</b> - driver for Intel i915/i945 + <li><b>i965</b> - driver for Intel i965 + <li><b>radeon</b> - driver for ATI R100 + <li><b>r200</b> - driver for ATI R200 + <li>XXX more </ul> <li><b>x11</b> - Xlib-based software driver <li><b>osmesa</b> - off-screen software driver |