Skip to content

Commit

Permalink
Adjusting code to meet typical Ruby style.
Browse files Browse the repository at this point in the history
This is typical Ruby style:
  def a_method(parameter)
    # ...
  end

This is not:
  def a_method( parameter )
    # ...
  end

Also cleaned up whitespace at ends of lines.

Signed-off-by: Pritesh <pritesh@phatforge.com>
  • Loading branch information
djsun authored and jasherai committed Jul 16, 2009
1 parent 693664d commit af19a63
Showing 1 changed file with 126 additions and 126 deletions.

0 comments on commit af19a63

Please sign in to comment.