fix format.sh

This commit is contained in:
Nishi 2026-01-12 06:37:30 +09:00
commit 81570ca99e
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -1,2 +1,2 @@
#!/bin/sh
clang-format --verbose -i `find engine/src engine/include engine/net engine/tools '(' -name "*.c" -or -name "*.h" ')' -and -not -name "stb_*.h" | sed 's%engine/include/GearSrc/GL/GL.h%%g'`
clang-format --verbose -i `find engine/src engine/include engine/tools '(' -name "*.c" -or -name "*.h" ')' -and -not -name "stb_*.h" | sed 's%engine/include/GearSrc/GL/GL.h%%g'`