seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c37f6eb7dfc83f8919347e7da15b3d75960dd62b
commit c37f6eb7dfc83f8919347e7da15b3d75960dd62b Author: Daniel Juyung Seo <seojuyu...@gmail.com> Date: Mon Jan 13 21:03:12 2014 +0900 cnp: Fixed indentation while reading the code. --- src/lib/elm_cnp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { --