Fixed faulty format command

This commit is contained in:
Jef Roosens 2021-04-22 10:19:33 +02:00
parent 010fb66cb6
commit 0a41016245
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
9 changed files with 1362 additions and 1355 deletions

View file

@ -90,4 +90,4 @@ clean-debug:
# =====FORMAT CODE=====
format:
@ clang-format -i --style=file src/**/*.c src/**/*.h
@ find src/ -iname '*.c' -or -iname '*.h' | xargs clang-format --style=file -i