elementary/ctxpopup - removed white space
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 1 Apr 2011 09:08:11 +0000 (09:08 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 1 Apr 2011 09:08:11 +0000 (09:08 +0000)
SVN revision: 58247

src/lib/elc_ctxpopup.c

index 27afd7f..b63a3a5 100644 (file)
@@ -927,7 +927,7 @@ elm_ctxpopup_add(Evas_Object *parent)
    Evas_Coord x, y, w, h;
 
    ELM_WIDGET_STANDARD_SETUP(wd, Widget_Data, parent, e, obj, NULL);
-   
+
    ELM_SET_WIDTYPE(widtype, "ctxpopup");
    elm_widget_type_set(obj, "ctxpopup");
    elm_widget_sub_object_add(parent, obj);