diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 21:39:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 21:39:32 +0200 |
commit | 19892c7109dc289900f244495f263e0a53b35039 (patch) | |
tree | b91c0991f5d4be1811cfaf0bdea2df932495ea57 | |
parent | m (diff) | |
download | libgamma-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/gamma-x-randr.c | 2 | ||||
-rw-r--r-- | src/lib/libgamma-facade.c | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/gamma-x-randr.c b/src/lib/gamma-x-randr.c index 9870f6b..ad07e97 100644 --- a/src/lib/gamma-x-randr.c +++ b/src/lib/gamma-x-randr.c @@ -696,7 +696,7 @@ static int get_edid(libgamma_crtc_information_t* restrict out, * but version 2.0 define it as 256 bytes long. However, * version 2.0 is rare(?) and has been deprecated and replaced * by version 1.3 (I guess that is with a new version epoch, - * but I do not know.) */ + * but I do not know.) */ if (error) { free(atom_name_reply); 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; } } |