You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2016/05/11 17:37:21 UTC

[whimsy] branch master updated: Tab police

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  1d7636a   Tab police
1d7636a is described below

commit 1d7636a5c1fcb0d7214e14948f43725f22e50041
Author: Sebb <se...@apache.org>
AuthorDate: Wed May 11 18:37:14 2016 +0100

    Tab police
---
 www/test/icla/Rakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/test/icla/Rakefile b/www/test/icla/Rakefile
index 5f61857..119a237 100644
--- a/www/test/icla/Rakefile
+++ b/www/test/icla/Rakefile
@@ -14,8 +14,8 @@ file "views/pages.js.rb" => FileList['views/pages/*.js.rb'] do
     # evaluate each page in a module, and output a 'require' statement for each
     Dir.chdir(File.expand_path('../views', __FILE__)) do
       Dir['pages/*.js.rb'].each do |page|
-	eval "module Pages; #{File.read page}; end"
-	pages.puts "require_relative #{page.sub(/\.js\.rb$/, '').inspect}"
+        eval "module Pages; #{File.read page}; end"
+        pages.puts "require_relative #{page.sub(/\.js\.rb$/, '').inspect}"
       end
     end
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].