reformat missing files

This commit is contained in:
Dirk Nehring
2021-12-29 12:08:12 +01:00
parent 177e44de98
commit 43135c43bc
3 changed files with 469 additions and 402 deletions

View File

@@ -393,7 +393,7 @@ clean:
HDRS = $(wildcard *.h)
indent:
for i in $(SRCS) $(HDRS); do \
for i in $(SRCS) drm.c hdr.c $(HDRS); do \
clang-format -i $$i; \
done