formatting
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Jun 2010 19:34:14 +0000 (19:34 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 14 Jun 2010 19:34:14 +0000 (19:34 +0000)
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

index 60ef77f..6994d55 100644 (file)
@@ -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 */
 }