diff options
author | Michael Vetter <jubalh@openmailbox.org> | 2015-08-04 14:01:37 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@openmailbox.org> | 2015-08-04 14:01:37 +0200 |
commit | 6b61e3f9e4f61dd53d996d739d93edb861e4cfe3 (patch) | |
tree | f885f2f67ebcaee95b041a4ef55373d272ce4b3e /src/redshift.c | |
parent | Merge pull request #237 from bigon/master (diff) | |
download | redshift-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.c | 6 |
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. */ |