diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2015-12-28 11:02:56 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2015-12-28 11:02:56 -0500 |
commit | a53dddb535a68deba078558e400aea3d1d75b250 (patch) | |
tree | 81d13a14ee54fc0216f7437009bdfde0ef66e280 /src/location-geoclue.c | |
parent | Merge pull request #245 from jubalh/de-trans (diff) | |
parent | Remove trailing whitespaces (diff) | |
download | redshift-ng-a53dddb535a68deba078558e400aea3d1d75b250.tar.gz redshift-ng-a53dddb535a68deba078558e400aea3d1d75b250.tar.bz2 redshift-ng-a53dddb535a68deba078558e400aea3d1d75b250.tar.xz |
Merge pull request #244 from jubalh/master
Remove trailing whitespaces
Diffstat (limited to '')
-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" |