This commit is contained in:
Nishi 2025-11-25 05:32:58 +09:00
commit cf70804aa2
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 12 additions and 9 deletions

View file

@ -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"