[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

Daniel Pittman daniel at puppetlabs.com
Tue May 10 08:13:05 UTC 2011


The following commit has been merged in the experimental branch:
commit 20d9ac1a5b71cd52c3edea107c1cef08562641fd
Author: Daniel Pittman <daniel at puppetlabs.com>
Date:   Sun Apr 10 15:57:33 2011 -0700

    maint: fix indentation in the watchr script.
    
    Whitespace changes, no functional changes.
    
    Reviewed-By: Matt Robinson <matt at puppetlabs.com>

diff --git a/spec/watchr.rb b/spec/watchr.rb
index bad89b0..6f952a6 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

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list