diff --git a/src/lib/ecore_x/ecore_x_e.c b/src/lib/ecore_x/ecore_x_e.c index 28645ad6f1..c6ca7545a8 100644 --- a/src/lib/ecore_x/ecore_x_e.c +++ b/src/lib/ecore_x/ecore_x_e.c @@ -2099,9 +2099,8 @@ ecore_x_e_window_rotation_supported_set(Ecore_X_Window root, &win, 1); if ((ret == 1) && (win)) { - ecore_x_window_prop_property_del( - root, - ECORE_X_ATOM_E_WINDOW_ROTATION_SUPPORTED); + ecore_x_window_prop_property_del + (root, ECORE_X_ATOM_E_WINDOW_ROTATION_SUPPORTED); ecore_x_window_free(win); } }