Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinh committed Nov 14, 2009
1 parent 5cc9dc3 commit 73302a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squeeze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def trailing_ws
end

def leading_ws
@src.gsub!(/^ +/, '')
@src.gsub!(/^\s+/, '')
end

def any_ret(t)
Expand Down

0 comments on commit 73302a2

Please sign in to comment.