update
This commit is contained in:
parent
677ede093c
commit
cf70804aa2
9 changed files with 12 additions and 9 deletions
|
|
@ -1,11 +1,12 @@
|
|||
#!/bin/sh
|
||||
format() {
|
||||
echo "-- $1"
|
||||
old="`pwd`"
|
||||
cd $1
|
||||
clang-format --verbose -i `find $2 -name "*.c" -or -name "*.h"`
|
||||
cd ..
|
||||
cd "$old"
|
||||
}
|
||||
|
||||
format mdebase "mdm milkwm mpanel"
|
||||
format mdelibs "audio core include"
|
||||
format mdelibs "audio audio/pthread core sound include"
|
||||
format mdeutils "mbiff mauplay"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue