summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:44:58 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 12:44:58 +0100
commit6a4bd735615354ba0d78fdabfbddcf17871c7f3e (patch)
tree886bf69e8aa2f2f48326dfd722056d2df8b31090 /lib
parenta2a40ae41d68d06ec6c4e2958b9b9912ed4681f2 (diff)
downloadffi-efl-6a4bd735615354ba0d78fdabfbddcf17871c7f3e.zip
ffi-efl-6a4bd735615354ba0d78fdabfbddcf17871c7f3e.tar.gz
elm_list.rb: cosmetic
Diffstat (limited to 'lib')
-rw-r--r--lib/efl/elm/elm_list.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efl/elm/elm_list.rb b/lib/efl/elm/elm_list.rb
index 7e8a63f..1bd2c3b 100644
--- a/lib/efl/elm/elm_list.rb
+++ b/lib/efl/elm/elm_list.rb
@@ -46,6 +46,7 @@ module Efl
def item_next it
ElmObjectItem.new Native::elm_list_item_next it
end
+ #
end
#
end