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/location-geoclue.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 'src/location-geoclue.c')
-rw-r--r-- | src/location-geoclue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location-geoclue.c b/src/location-geoclue.c index 851a75b..e24c2d2 100644 --- a/src/location-geoclue.c +++ b/src/location-geoclue.c @@ -50,7 +50,7 @@ location_geoclue_init(location_geoclue_state_t *state) state->position = NULL; state->provider = NULL; state->provider_path = NULL; - + return 0; } @@ -200,7 +200,7 @@ location_geoclue_get_location(location_geoclue_state_t *state, g_error_free(error); return -1; } - + if (fields & GEOCLUE_POSITION_FIELDS_LATITUDE && fields & GEOCLUE_POSITION_FIELDS_LONGITUDE) { fprintf(stdout, _("According to the geoclue provider" |