mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change the alignment of a function in gnc_gsettings.cpp
This commit is contained in:
parent
308c609904
commit
ac0532bf5c
@ -688,7 +688,7 @@ void gnc_gsettings_load_backend (void)
|
||||
|
||||
static GVariant *
|
||||
gnc_gsettings_get_user_value (const gchar *schema,
|
||||
const gchar *key)
|
||||
const gchar *key)
|
||||
{
|
||||
GSettings *settings_ptr = gnc_gsettings_get_settings_ptr (schema);
|
||||
g_return_val_if_fail (G_IS_SETTINGS (settings_ptr), NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user