summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-10 15:57:33 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-12 16:12:07 -0700
commit20d9ac1a5b71cd52c3edea107c1cef08562641fd (patch)
tree0b61d7b273cd91af77527be7ea92b4c18e2070a8 /spec
parent8778307ca33a637fe10b601ee737628f2e5f9fbf (diff)
downloadpuppet-20d9ac1a5b71cd52c3edea107c1cef08562641fd.tar.gz
puppet-20d9ac1a5b71cd52c3edea107c1cef08562641fd.tar.xz
puppet-20d9ac1a5b71cd52c3edea107c1cef08562641fd.zip
maint: fix indentation in the watchr script.
Whitespace changes, no functional changes. Reviewed-By: Matt Robinson <matt@puppetlabs.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/watchr.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/watchr.rb b/spec/watchr.rb
index bad89b088..6f952a64f 100644
--- a/spec/watchr.rb
+++ b/spec/watchr.rb
@@ -15,10 +15,10 @@ def run_comp(cmd)
line << c
if c == ?\n
results << if RUBY_VERSION >= "1.9" then
- line.join
- else
- line.pack "c*"
- end
+ line.join
+ else
+ line.pack "c*"
+ end
line.clear
end
end