Skip to content

Commit

Permalink
Change the alignment of a function in gnc_gsettings.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Feb 16, 2023
1 parent 308c609 commit ac0532b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgnucash/app-utils/gnc-gsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ac0532b

Please sign in to comment.