cnp: Fixed indentation while reading the code.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 13 Jan 2014 12:03:12 +0000 (21:03 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Mon, 13 Jan 2014 14:01:34 +0000 (23:01 +0900)
src/lib/elm_cnp.c

index 5a9aa60..ff03092 100644 (file)
@@ -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)
      {