Procházet zdrojové kódy

fix autoformat.sh to format all files

Missingmew před 4 roky
rodič
revize
2898a04c76
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      autoformat.sh

+ 1 - 1
autoformat.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-find {daemon,cli,gui}/{src,include} -name *.cpp -o -name *.h -exec clang-format -i {} +
+clang-format -i {daemon,cli,gui}/src/*.cpp {daemon,cli,gui}/include/*.h