summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-03-20 16:04:42 +0000
committerEmil Velikov <[email protected]>2017-03-22 16:55:23 +0000
commit68b545fa27e3d793cf5d238fb05f018c18fc937d (patch)
tree55237356dcfa43198cc7184aff014578a8064180
parente0129f314269b61ec80b3bf39d0a71ca80286e2e (diff)
util: automake: beautify sources list
Remove trailing tabs and sort alphabetically. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Vedran Miletić <[email protected]> Acked-by: Juha-Pekka Heikkila <[email protected]> Reviewed-by: Edward O'Callaghan <[email protected]>
-rw-r--r--src/util/Makefile.sources6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 5c123582b77..d4a444aee3e 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -1,4 +1,4 @@
-MESA_UTIL_FILES := \
+MESA_UTIL_FILES := \
bitscan.c \
bitscan.h \
bitset.h \
@@ -15,7 +15,7 @@ MESA_UTIL_FILES := \
format_srgb.h \
half_float.c \
half_float.h \
- hash_table.c \
+ hash_table.c \
hash_table.h \
list.h \
macros.h \
@@ -35,8 +35,8 @@ MESA_UTIL_FILES := \
simple_list.h \
slab.c \
slab.h \
- string_to_uint_map.h \
string_to_uint_map.cpp \
+ string_to_uint_map.h \
strndup.h \
strtod.c \
strtod.h \