aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/libgamma-facade.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-31 21:39:32 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-31 21:39:32 +0200
commit19892c7109dc289900f244495f263e0a53b35039 (patch)
treeb91c0991f5d4be1811cfaf0bdea2df932495ea57 /src/lib/libgamma-facade.c
parentm (diff)
downloadlibgamma-19892c7109dc289900f244495f263e0a53b35039.tar.gz
libgamma-19892c7109dc289900f244495f263e0a53b35039.tar.bz2
libgamma-19892c7109dc289900f244495f263e0a53b35039.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/lib/libgamma-facade.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libgamma-facade.c b/src/lib/libgamma-facade.c
index c94d9e3..8d64514 100644
--- a/src/lib/libgamma-facade.c
+++ b/src/lib/libgamma-facade.c
@@ -298,7 +298,7 @@ void libgamma_method_capabilities(libgamma_method_capabilities_t* restrict this,
default:
/* Method does not exists/excluded at compile-time.
- We will assume that this is not done... */
+ We will assume that this is not done... */
break;
}
}
@@ -453,7 +453,7 @@ void libgamma_site_destroy(libgamma_site_state_t* restrict this)
default:
/* Method does not exists/excluded at compile-time.
- We will assume that this is not done... */
+ We will assume that this is not done... */
break;
}
free(this->site);
@@ -606,7 +606,7 @@ void libgamma_partition_destroy(libgamma_partition_state_t* restrict this)
default:
/* Method does not exists/excluded at compile-time.
- We will assume that this is not done... */
+ We will assume that this is not done... */
break;
}
}
@@ -758,7 +758,7 @@ void libgamma_crtc_destroy(libgamma_crtc_state_t* restrict this)
default:
/* Method does not exists/excluded at compile-time.
- We will assume that this is not done... */
+ We will assume that this is not done... */
break;
}
}