randr: fix formatting

tab to spaces
This commit is contained in:
Sebastian Dransfeld 2014-10-02 11:22:46 +02:00
parent 373c3b415f
commit 23ade9f630
1 changed files with 2 additions and 2 deletions

View File

@ -984,8 +984,8 @@ _e_randr_output_crtc_find(E_Randr_Output *output)
/* loop the possible crtcs */ /* loop the possible crtcs */
for (i = 0; i < num; i++) for (i = 0; i < num; i++)
{ {
if ((crtc = _e_randr_crtc_find(possible[i]))) if ((crtc = _e_randr_crtc_find(possible[i])))
{ {
if (!crtc->outputs) if (!crtc->outputs)
goto done; goto done;
} }