aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-randr.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@openmailbox.org>2015-08-04 14:01:37 +0200
committerMichael Vetter <jubalh@openmailbox.org>2015-08-04 14:01:37 +0200
commit6b61e3f9e4f61dd53d996d739d93edb861e4cfe3 (patch)
treef885f2f67ebcaee95b041a4ef55373d272ce4b3e /src/gamma-randr.c
parentMerge pull request #237 from bigon/master (diff)
downloadredshift-ng-6b61e3f9e4f61dd53d996d739d93edb861e4cfe3.tar.gz
redshift-ng-6b61e3f9e4f61dd53d996d739d93edb861e4cfe3.tar.bz2
redshift-ng-6b61e3f9e4f61dd53d996d739d93edb861e4cfe3.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'src/gamma-randr.c')
-rw-r--r--src/gamma-randr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-randr.c b/src/gamma-randr.c
index 0594332..6fa2bc6 100644
--- a/src/gamma-randr.c
+++ b/src/gamma-randr.c
@@ -306,7 +306,7 @@ randr_set_temperature_for_crtc(randr_state_t *state, int crtc_num,
const color_setting_t *setting)
{
xcb_generic_error_t *error;
-
+
if (crtc_num >= state->crtc_count || crtc_num < 0) {
fprintf(stderr, _("CRTC %d does not exist. "),
state->crtc_num);