From 92a4917f80aa21ba2b2194a24420a9b6e6e91710 Mon Sep 17 00:00:00 2001
From: Lyle Johnson <lyle@lylejohnson.name>
Date: Tue, 3 Aug 2010 15:40:54 -0500
Subject: [PATCH] Corrected indentation in core.rb in response to Ruby 1.9
warnings
---
lib/fox16/core.rb | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/fox16/core.rb b/lib/fox16/core.rb
index 041a586..401f8ea 100755
--- a/lib/fox16/core.rb
+++ b/lib/fox16/core.rb
@@ -203,11 +203,11 @@ module Fox
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
#
--
GitLab