From: Harald Hoyer Date: Tue, 4 May 2021 08:21:56 +0000 (+0200) Subject: chore: fix indent-c path for src directory X-Git-Tag: 054~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44ca04c84348da27e7760e48be786f8fef011f9b;p=thirdparty%2Fdracut.git chore: fix indent-c path for src directory --- diff --git a/Makefile b/Makefile index 143b3d1c6..794e9037d 100644 --- 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