Skip to content

Commit

Permalink
Corrected indentation in core.rb in response to Ruby 1.9 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lylejohnson committed Aug 3, 2010
1 parent 1d8eed8 commit 92a4917
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/fox16/core.rb
Expand Up @@ -203,11 +203,11 @@ def FXHiliteStyle.from_text(textw)
end

class FXScrollArea
# Returns a reference to the scroll corner (an FXScrollCorner instance) for this window.
def scrollCorner
verticalScrollBar.next
end
end
# Returns a reference to the scroll corner (an FXScrollCorner instance) for this window.
def scrollCorner
verticalScrollBar.next
end
end

class FXSettings
#
Expand Down

0 comments on commit 92a4917

Please sign in to comment.