moved
This commit is contained in:
parent
d5f501596c
commit
31fa65caaa
4 changed files with 11 additions and 9 deletions
14
format.sh
14
format.sh
|
|
@ -1,8 +1,10 @@
|
|||
#!/bin/sh
|
||||
cd mdebase
|
||||
./format.sh
|
||||
cd ..
|
||||
format() {
|
||||
echo "-- $1"
|
||||
cd $1
|
||||
clang-format --verbose -i `find $2 -name "*.c" -or -name "*.h"`
|
||||
cd ..
|
||||
}
|
||||
|
||||
cd mdelibs
|
||||
./format.sh
|
||||
cd ..
|
||||
format mdebase "mdm milkwm mpanel"
|
||||
format mdelibs "src include"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue