aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.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/redshift.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 '')
-rw-r--r--src/redshift.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/redshift.c b/src/redshift.c
index defd0a1..a8c49b6 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -1447,9 +1447,9 @@ main(int argc, char *argv[])
stderr);
exit(EXIT_FAILURE);
}
-
+
provider->free(&location_state);
-
+
if (verbose) {
print_location(&loc);
@@ -1470,7 +1470,7 @@ main(int argc, char *argv[])
MIN_LAT, MAX_LAT);
exit(EXIT_FAILURE);
}
-
+
/* Longitude */
if (loc.lon < MIN_LON || loc.lon > MAX_LON) {
/* TRANSLATORS: Append degree symbols if possible. */