diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-08 16:08:53 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-08 16:08:56 +0100 |
commit | e519851bf6efde1b1709610e87dc16d98a868c0c (patch) | |
tree | 297d7efe591d6866219354c5c13b8c9a1aed2061 /src/location-corelocation.m | |
parent | .lat{ => itude}, .lon{ => gitude} (diff) | |
download | redshift-ng-e519851bf6efde1b1709610e87dc16d98a868c0c.tar.gz redshift-ng-e519851bf6efde1b1709610e87dc16d98a868c0c.tar.bz2 redshift-ng-e519851bf6efde1b1709610e87dc16d98a868c0c.tar.xz |
style
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/location-corelocation.m')
-rw-r--r-- | src/location-corelocation.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location-corelocation.m b/src/location-corelocation.m index 222abe9..f4a3afb 100644 --- a/src/location-corelocation.m +++ b/src/location-corelocation.m @@ -227,8 +227,7 @@ location_corelocation_print_help(FILE *f) } static int -location_corelocation_set_option( - struct location_state *state, const char *key, const char *value) +location_corelocation_set_option(struct location_state *state, const char *key, const char *value) { weprintf(_("Unknown method parameter: `%s'."), key); return -1; |