aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-02 05:21:41 +1000
committerDavid Walter Seikel2014-05-02 05:21:41 +1000
commit87b4315e0ea3dcca648df10a1e9105da50ea4c17 (patch)
treeb8f91f0c0aaaf412b7327e0707c84daa1b2f6a96 /src
parentAdd the rotating Earth and pick example. (diff)
downloadSledjHamr-87b4315e0ea3dcca648df10a1e9105da50ea4c17.zip
SledjHamr-87b4315e0ea3dcca648df10a1e9105da50ea4c17.tar.gz
SledjHamr-87b4315e0ea3dcca648df10a1e9105da50ea4c17.tar.bz2
SledjHamr-87b4315e0ea3dcca648df10a1e9105da50ea4c17.tar.xz
Whitespace cleanup.
Diffstat (limited to 'src')
-rw-r--r--src/GuiLua/GuiLua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c
index 48c5c75..6b156b6 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -1046,7 +1046,7 @@ static int closeWindow(lua_State *L)
1046 { 1046 {
1047 struct _Widget *wid; 1047 struct _Widget *wid;
1048 1048
1049 // Elm will delete our widgets , but if we are using eo, we need to unref them. 1049 // Elm will delete our widgets, but if we are using eo, we need to unref them.
1050 EINA_CLIST_FOR_EACH_ENTRY(wid, &ourGlobals->widgets, struct _Widget, node) 1050 EINA_CLIST_FOR_EACH_ENTRY(wid, &ourGlobals->widgets, struct _Widget, node)
1051 { 1051 {
1052 eo_unref(wid->obj); 1052 eo_unref(wid->obj);