mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: random small whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8b36cf1051
commit
00dd98163f
1 changed files with 4 additions and 4 deletions
|
@ -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 **********
|
||||
|
|
Loading…
Add table
Reference in a new issue