From ac0532bf5cc43532bb84f45f03e040ca46902bef Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Thu, 16 Feb 2023 13:03:11 +0000 Subject: [PATCH] Change the alignment of a function in gnc_gsettings.cpp --- libgnucash/app-utils/gnc-gsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/app-utils/gnc-gsettings.cpp b/libgnucash/app-utils/gnc-gsettings.cpp index 574dcbf1fb3..c3ac46284ec 100644 --- a/libgnucash/app-utils/gnc-gsettings.cpp +++ b/libgnucash/app-utils/gnc-gsettings.cpp @@ -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);