From eb8665bfd415d13fb42fc681a9da0603a1427a3d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 30 Aug 2012 10:30:28 +0000 Subject: [PATCH] Ecore_X: Formatting. SVN revision: 75867 --- legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c index a1fecf81e2..4a4098a02f 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c @@ -638,7 +638,7 @@ ecore_x_randr_outputs_get(Ecore_X_Window root, Ecore_X_Randr_Output *ret = NULL; if (num && root && - (res = _ecore_x_randr_get_screen_resources (_ecore_x_disp, root))) + (res = _ecore_x_randr_get_screen_resources(_ecore_x_disp, root))) { if ((ret = malloc(sizeof(Ecore_X_Randr_Output) * res->noutput))) {