aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-04 13:25:42 +0200
committerMattias Andrée <maandree@kth.se>2016-08-04 13:25:42 +0200
commit3f42f9b7151ea64ce3e0e9aa4425f29e0e4ce85c (patch)
tree5511092f72838c90b46118e43f480318ad1ad697
parentImplement get_crtc_info (diff)
downloadcg-tools-3f42f9b7151ea64ce3e0e9aa4425f29e0e4ce85c.tar.gz
cg-tools-3f42f9b7151ea64ce3e0e9aa4425f29e0e4ce85c.tar.bz2
cg-tools-3f42f9b7151ea64ce3e0e9aa4425f29e0e4ce85c.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/cg-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cg-base.c b/src/cg-base.c
index e6eef1a..59248c3 100644
--- a/src/cg-base.c
+++ b/src/cg-base.c
@@ -180,7 +180,7 @@ static int get_crtc_info(void)
if (unsynced++, libcoopgamma_get_gamma_info_send(crtcs[i], &cg, async + i) < 0)
goto send_fail;
goto send_done;
- send_fail:
+ send_fail:
switch (errno)
{
case EINTR: