Fix all compilation errors
This commit is contained in:
parent
73cb09624a
commit
4ebce359ea
13 changed files with 48 additions and 45 deletions
|
|
@ -1,2 +1,5 @@
|
|||
#!/bin/sh
|
||||
while [ ! -d .git ]; do
|
||||
cd ..
|
||||
done
|
||||
clang-format --verbose -i `find src lib include -name "*.c" -or -name "*.h"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue