Ecore_X: Formatting.

SVN revision: 75867
This commit is contained in:
Christopher Michael 2012-08-30 10:30:28 +00:00
parent f82152f150
commit eb8665bfd4
1 changed files with 1 additions and 1 deletions

View File

@ -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)))
{