From: TimePath Date: Thu, 10 Sep 2015 01:23:39 +0000 (+1000) Subject: Fix whitespace for #include X-Git-Tag: xonotic-v0.8.2~1924^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5e0eb4d8b64d936a2a830a51fa415cb06b9b156c;p=xonotic%2Fxonotic-data.pk3dir.git Fix whitespace for #include --- diff --git a/qcsrc/whitespace.sh b/qcsrc/whitespace.sh index 1e42413a1..ba16fd79e 100755 --- a/qcsrc/whitespace.sh +++ b/qcsrc/whitespace.sh @@ -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:]]*$//' \