upx-clang-format -i ui.cpp

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-21 21:38:56 +02:00
parent 189ab8c8e8
commit 60a1214d7e
2 changed files with 132 additions and 253 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ endif
CLANG_FORMAT_FILES += s_djgpp2.cpp s_object.cpp s_vcsa.cpp s_win32.cpp screen.h
CLANG_FORMAT_FILES += snprintf.cpp
CLANG_FORMAT_FILES += stdcxx.h stdcxx.cpp
CLANG_FORMAT_FILES += ui.h util.h
CLANG_FORMAT_FILES += ui.cpp ui.h util.h
clang-format:
$(top_srcdir)/src/stub/scripts/upx-clang-format -i $(addprefix $(top_srcdir)/src/,$(CLANG_FORMAT_FILES))
.PHONY: clang-format