randr: fix formatting

tab to spaces
devs/bu5hm4n/econfigure2
Sebastian Dransfeld 9 years ago
parent 373c3b415f
commit 23ade9f630
  1. 4
      src/bin/e_randr.c

@ -984,8 +984,8 @@ _e_randr_output_crtc_find(E_Randr_Output *output)
/* loop the possible crtcs */
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)
goto done;
}

Loading…
Cancel
Save