From: Chris Michael Date: Fri, 9 Jun 2017 12:31:34 +0000 (-0400) Subject: ecore-x: Minor formatting fix X-Git-Tag: upstream/1.20.0~687 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd311db99096ecf549b6f1ae0ae9a7a17734e765;p=platform%2Fupstream%2Fefl.git ecore-x: Minor formatting fix NB: No functional changes Signed-off-by: Chris Michael --- diff --git a/src/lib/ecore_x/ecore_x_e.c b/src/lib/ecore_x/ecore_x_e.c index 28645ad..c6ca754 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); } }