summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2021-03-01 15:39:00 -0800
committerIan Romanick <ian.d.romanick@intel.com>2021-04-05 17:21:25 -0700
commitf859df41c52034f0a0ea0072f16cd81f7f3af811 (patch)
treeea0adab485bcfce64f643818c4908ebe39cf2a24
parentd3734ae2ddc83a47f7bd6939c5b72b6bdec88c52 (diff)
util/format: Delete trailing whitespace
The angry red marks in Emacs were annoying me. Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
-rw-r--r--src/util/format/u_format.csv20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/util/format/u_format.csv b/src/util/format/u_format.csv
index cab28847aba..680f943d41c 100644
--- a/src/util/format/u_format.csv
+++ b/src/util/format/u_format.csv
@@ -1,8 +1,8 @@
###########################################################################
-#
+#
# Copyright 2009-2010 VMware, Inc.
# All Rights Reserved.
-#
+#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
@@ -10,11 +10,11 @@
# distribute, sub license, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
-#
+#
# The above copyright notice and this permission notice (including the
# next paragraph) shall be included in all copies or substantial portions
# of the Software.
-#
+#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
@@ -22,7 +22,7 @@
# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-#
+#
###########################################################################
# This CSV file has the input data for u_format.h's struct
@@ -45,7 +45,7 @@
# - optionally followed by 'n' if it is normalized
# - optionally followed by 'p' if it is pure
# - number of bits
-# - channel swizzle
+# - channel swizzle
# - color space: rgb, srgb, yuv, zs
# - (optional) channel encoding for big-endian targets
# - (optional) channel swizzle for big-endian targets
@@ -132,13 +132,13 @@ PIPE_FORMAT_L32A32_FLOAT , plain, 1, 1, 1, f32 , f32 , , , xx
PIPE_FORMAT_I32_FLOAT , plain, 1, 1, 1, f32 , , , , xxxx, rgb
# SRGB formats
-PIPE_FORMAT_L8_SRGB , plain, 1, 1, 1, un8 , , , , xxx1, srgb
+PIPE_FORMAT_L8_SRGB , plain, 1, 1, 1, un8 , , , , xxx1, srgb
PIPE_FORMAT_R8_SRGB , plain, 1, 1, 1, un8 , , , , x001, srgb
PIPE_FORMAT_L8A8_SRGB , plain, 1, 1, 1, un8 , un8 , , , xxxy, srgb
PIPE_FORMAT_R8G8_SRGB , plain, 1, 1, 1, un8 , un8 , , , xy01, srgb
PIPE_FORMAT_R8G8B8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , , xyz1, srgb
PIPE_FORMAT_B8G8R8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , , zyx1, srgb
-PIPE_FORMAT_R8G8B8A8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , un8 , xyzw, srgb
+PIPE_FORMAT_R8G8B8A8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , un8 , xyzw, srgb
PIPE_FORMAT_A8B8G8R8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , un8 , wzyx, srgb
PIPE_FORMAT_X8B8G8R8_SRGB , plain, 1, 1, 1, x8 , un8 , un8 , un8 , wzy1, srgb
PIPE_FORMAT_B8G8R8A8_SRGB , plain, 1, 1, 1, un8 , un8 , un8 , un8 , zyxw, srgb
@@ -299,9 +299,9 @@ PIPE_FORMAT_ATC_RGB , atc, 4, 4, 1, x64, , , , xyz
PIPE_FORMAT_ATC_RGBA_EXPLICIT , atc, 4, 4, 1, x128, , , , xyzw, rgb
PIPE_FORMAT_ATC_RGBA_INTERPOLATED , atc, 4, 4, 1, x128, , , , xyzw, rgb
-# Straightforward D3D10-like formats (also used for
+# Straightforward D3D10-like formats (also used for
# vertex buffer element description)
-#
+#
# See also:
# - src/gallium/auxiliary/translate/translate_generic.c
# - src/mesa/state_tracker/st_draw.c