From: Daniel Juyung Seo Date: Mon, 13 Jan 2014 12:03:12 +0000 (+0900) Subject: cnp: Fixed indentation while reading the code. X-Git-Tag: v1.9.0-alpha1~234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c37f6eb7dfc83f8919347e7da15b3d75960dd62b;p=platform%2Fupstream%2Felementary.git cnp: Fixed indentation while reading the code. --- diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c index 5a9aa60..ff03092 100644 --- a/src/lib/elm_cnp.c +++ b/src/lib/elm_cnp.c @@ -2074,7 +2074,7 @@ _x11_elm_drag_start(Evas_Object *obj, Elm_Sel_Format format, const char *data, /* dragwin has to be rotated as the main window is */ Evas_Object *win = elm_widget_top_get(obj); if (win && eo_isa(win, ELM_OBJ_WIN_CLASS)) - elm_win_rotation_set(dragwin, elm_win_rotation_get(win)); + elm_win_rotation_set(dragwin, elm_win_rotation_get(win)); if (createicon) {