summaryrefslogtreecommitdiffstats
path: root/docs/submittingpatches.html
diff options
context:
space:
mode:
authorErik Faye-Lund <[email protected]>2019-05-08 11:29:31 +0200
committerErik Faye-Lund <[email protected]>2019-06-05 23:48:45 +0200
commitaed4ac6da8c70d92d3a11742619b8298698bca95 (patch)
treebcfdb82672d006eca5ccce28c05c8488629214d9 /docs/submittingpatches.html
parent20c56e18c212045294ea086a02b83df32b3f5534 (diff)
docs: remove stray whitespace
There's some stray whitespace in these files that doesn't do anything useful. Let's get rid of if. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/submittingpatches.html')
-rw-r--r--docs/submittingpatches.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index 81fa4cddea7..0cf7e85c3ab 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -68,7 +68,7 @@ with a module name. Examples:
if needed. For example:
<pre>
i965: Remove end-of-thread SEND alignment code.
-
+
This was present in Eric's initial implementation of the compaction code
for Sandybridge (commit 077d01b6). There is no documentation saying this
is necessary, and removing it causes no regressions in piglit on any
@@ -89,11 +89,11 @@ noted in the patch comment. For example:
process, they should be noted such as in this example:
<pre>
st/mesa: add ARB_texture_stencil8 support (v4)
-
+
if we support stencil texturing, enable texture_stencil8
there is no requirement to support native S8 for this,
the texture can be converted to x24s8 fine.
-
+
v2: fold fixes from Marek in:
a) put S8 last in the list
b) fix renderable to always test for d/s renderable