upx-clang-format -i ui.h

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-21 21:35:13 +02:00
parent 3765ca4e92
commit 189ab8c8e8
2 changed files with 10 additions and 17 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 += util.h
CLANG_FORMAT_FILES += 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