From 87b4315e0ea3dcca648df10a1e9105da50ea4c17 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 2 May 2014 05:21:41 +1000 Subject: Whitespace cleanup. --- src/GuiLua/GuiLua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { struct _Widget *wid; - // Elm will delete our widgets , but if we are using eo, we need to unref them. + // Elm will delete our widgets, but if we are using eo, we need to unref them. EINA_CLIST_FOR_EACH_ENTRY(wid, &ourGlobals->widgets, struct _Widget, node) { eo_unref(wid->obj); -- cgit v1.1