diff options
author | Eric Engestrom <[email protected]> | 2017-06-01 14:48:06 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-06-07 01:18:09 +0100 |
commit | 63a8a88ac4b91a90ee7484b34abeb86e529234e7 (patch) | |
tree | 957709652b3329783acb94fd9921bd8e26d87b63 /src/gallium/drivers/svga/svga_winsys.h | |
parent | f0b82bc5450b0f12290875f7ab01b22eb0115e83 (diff) |
tree-wide: remove trailing backslash
Simple search for a backslash followed by two newlines.
If one of the newlines were to be removed, this would cause issues, so
let's just remove these trailing backslashes.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_winsys.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_winsys.h b/src/gallium/drivers/svga/svga_winsys.h index 3bb23ce1438..376707dbf53 100644 --- a/src/gallium/drivers/svga/svga_winsys.h +++ b/src/gallium/drivers/svga/svga_winsys.h @@ -171,7 +171,7 @@ enum svga_stats_time { SVGA_STATS_PREFIX "SamplerView", \ SVGA_STATS_PREFIX "SurfaceWriteFlush", \ SVGA_STATS_PREFIX "TextureReadback", \ - SVGA_STATS_PREFIX "VertexElement" \ + SVGA_STATS_PREFIX "VertexElement" #define SVGA_STATS_TIME_NAMES \ SVGA_STATS_PREFIX "BuffersFlush", \ |