From f2ab439c41468ba64c8658bf1d17f802e906857c Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Mar 2011 20:43:35 -0500 Subject: v3: space between each and opening curly brace e.g. "x.each {|y| p y}" --- lib/sisu/v3/sysenv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sisu/v3/sysenv.rb') diff --git a/lib/sisu/v3/sysenv.rb b/lib/sisu/v3/sysenv.rb index dc042aad..1383b728 100644 --- a/lib/sisu/v3/sysenv.rb +++ b/lib/sisu/v3/sysenv.rb @@ -3736,7 +3736,7 @@ WOK def select # skin loading logic here load "#{SiSU_lib}/defaults.rb" skin_path=[] - @env.sys.rc_path.each{|x| skin_path << "#{x}/skin"} + @env.sys.rc_path.each {|x| skin_path << "#{x}/skin"} skin_path << "#{@env.path.processing}/external_document/skin" skin=true if @pwd_stub =~/^sisupod$/ \ -- cgit v1.2.3