From: Emil Velikov Date: Mon, 20 Mar 2017 16:04:42 +0000 (+0000) Subject: util: automake: beautify sources list X-Git-Tag: upstream/17.1.0~1123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68b545fa27e3d793cf5d238fb05f018c18fc937d;p=platform%2Fupstream%2Fmesa.git util: automake: beautify sources list Remove trailing tabs and sort alphabetically. Signed-off-by: Emil Velikov Acked-by: Vedran Miletić Acked-by: Juha-Pekka Heikkila Reviewed-by: Edward O'Callaghan --- diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 5c12358..d4a444a 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 \