Mesa (master): util: automake: beautify sources list

Emil Velikov evelikov at kemper.freedesktop.org
Wed Mar 22 16:59:32 UTC 2017


Module: Mesa
Branch: master
Commit: 68b545fa27e3d793cf5d238fb05f018c18fc937d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=68b545fa27e3d793cf5d238fb05f018c18fc937d

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Mar 20 16:04:42 2017 +0000

util: automake: beautify sources list

Remove trailing tabs and sort alphabetically.

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

---

 src/util/Makefile.sources | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 5c123582b7..d4a444aee3 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 \




More information about the mesa-commit mailing list