util: automake: beautify sources list
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 20 Mar 2017 16:04:42 +0000 (16:04 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 22 Mar 2017 16:55:23 +0000 (16:55 +0000)
Remove trailing tabs and sort alphabetically.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Vedran Miletić <vedran@miletic.net>
Acked-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
src/util/Makefile.sources

index 5c123582b7752d3a60ed044345dedddf6b592847..d4a444aee3ebc6a67dba6d9ef02d5b5383c27f49 100644 (file)
@@ -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 \