From: mh Date: Wed, 10 Jun 2009 18:00:31 +0000 (+0200) Subject: whitespace X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=37b37ae82fbc2867ac759e627f53c5e6a8be687a;p=puppet-common.git whitespace --- diff --git a/plugins/puppet/parser/functions/strlength.rb b/plugins/puppet/parser/functions/strlength.rb index 8f93e4e..147b24a 100644 --- a/plugins/puppet/parser/functions/strlength.rb +++ b/plugins/puppet/parser/functions/strlength.rb @@ -1,6 +1,6 @@ module Puppet::Parser::Functions newfunction(:strlength, :type => :rvalue) do |args| - args[0].to_s.length + args[0].to_s.length end end