]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/whitespace.sh
Merge branch 'master' into TimePath/unified_weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / whitespace.sh
index 1e42413a1b7dcdf982b369e9809aacdc60a89453..ba16fd79ef8f4ddac88686a09435a27e8ee45a95 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 cd ${0%[\\/]*}
-find . -name .git -prune -o -type f -print0 |                                    \
+find . -name .git -prune -o -type f -print0 |               \
     xargs -0 sed -i                                         \
         `# strip trailing spaces`                           \
         -e 's/[[:space:]]*$//'                              \