whitespace

This commit is contained in:
Kenneth Reitz
2012-05-30 03:15:09 -04:00
parent 7af5175942
commit b1f8bf9f5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [ -f bin/post_compile]; then
if [ -f bin/post_compile ]; then
source bin/post_compile
fi
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [ -f bin/pre_compile]; then
if [ -f bin/pre_compile ]; then
source bin/pre_compile
fi