From 23ade9f630d3439a011a6315728a4f6d896dc8b5 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Thu, 2 Oct 2014 11:22:46 +0200 Subject: [PATCH] randr: fix formatting tab to spaces --- src/bin/e_randr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index b7aa801c6..b668f9d6e 100644 --- a/src/bin/e_randr.c +++ b/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; }