diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-02 12:17:40 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-11-03 23:08:39 -0800 |
commit | 00dd98163fd2f91e3b8e65a8c03292904771401d (patch) | |
tree | 4c5bed6fb0e588b14db279f96a391fe2eb9103d8 /core | |
parent | 8b36cf10518c54d76134686a3e079bbde176022b (diff) | |
download | subsurface-00dd98163fd2f91e3b8e65a8c03292904771401d.tar.gz |
cleanup: random small whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core')
-rw-r--r-- | core/pref.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pref.h b/core/pref.h index 093d346b4..b6490f540 100644 --- a/core/pref.h +++ b/core/pref.h @@ -87,7 +87,7 @@ struct preferences { int animation_speed; // ********** CloudStorage ********** - bool cloud_auto_sync; + bool cloud_auto_sync; const char *cloud_base_url; const char *cloud_git_url; const char *cloud_storage_email; @@ -135,11 +135,11 @@ struct preferences { geocoding_prefs_t geocoding; // ********** Language ********** - const char * date_format; + const char *date_format; bool date_format_override; - const char * date_format_short; + const char *date_format_short; locale_prefs_t locale; //: TODO: move the rest of locale based info here. - const char * time_format; + const char *time_format; bool time_format_override; // ********** LocationService ********** |