From 2d87226bf6dc62a9ec36b79bb55895244f1ea409 Mon Sep 17 00:00:00 2001 From: caro Date: Mon, 14 Jun 2010 19:34:14 +0000 Subject: [PATCH] formatting git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@49672 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_x/xcb/ecore_xcb_randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_x/xcb/ecore_xcb_randr.c b/src/lib/ecore_x/xcb/ecore_xcb_randr.c index 60ef77f..6994d55 100644 --- a/src/lib/ecore_x/xcb/ecore_xcb_randr.c +++ b/src/lib/ecore_x/xcb/ecore_xcb_randr.c @@ -142,7 +142,7 @@ ecore_x_randr_get_screen_info_fetch(void) xcb_randr_get_screen_info_reply_t *reply; cookie.sequence = _ecore_xcb_cookie_get(); - reply =xcb_randr_get_screen_info_reply(_ecore_xcb_conn, cookie, NULL); + reply = xcb_randr_get_screen_info_reply(_ecore_xcb_conn, cookie, NULL); _ecore_xcb_reply_cache(reply); #endif /* ECORE_XCB_RANDR */ } -- 2.7.4