]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
chore: fix indent-c path for src directory
authorHarald Hoyer <harald@redhat.com>
Tue, 4 May 2021 08:21:56 +0000 (10:21 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 4 May 2021 08:39:28 +0000 (10:39 +0200)
Makefile

index 143b3d1c6d9ba7797f422ae39e2b348169d38fa6..794e9037d6eeae1d63b9cb2da9fff288be0102e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ dracut-util: src/util/util
 
 .PHONY: indent-c
 indent-c:
-       astyle -n --quiet --options=.astylerc $(wildcard *.[ch] */*.[ch])
+       astyle -n --quiet --options=.astylerc $(wildcard *.[ch] */*.[ch] src/*/*.[ch])
 
 .PHONY: indent
 indent: indent-c