From b1f8bf9f5e93d6daf1db61e06d77d28744b8a2f7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 30 May 2012 03:15:09 -0400 Subject: [PATCH] whitespace --- bin/steps/hooks/post_compile | 2 +- bin/steps/hooks/pre_compile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/steps/hooks/post_compile b/bin/steps/hooks/post_compile index 6010974a..122e8af6 100644 --- a/bin/steps/hooks/post_compile +++ b/bin/steps/hooks/post_compile @@ -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 \ No newline at end of file diff --git a/bin/steps/hooks/pre_compile b/bin/steps/hooks/pre_compile index 8fd1f442..a73d6bfa 100644 --- a/bin/steps/hooks/pre_compile +++ b/bin/steps/hooks/pre_compile @@ -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 \ No newline at end of file -- GitLab