]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix whitespace for #include
authorTimePath <andrew.hardaker1995@gmail.com>
Thu, 10 Sep 2015 01:23:39 +0000 (11:23 +1000)
committerGitLab <gitlab@gitlab.com>
Mon, 21 Sep 2015 06:30:55 +0000 (06:30 +0000)
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:]]*$//'                              \