[Commits] [SCM] claws branch, master, updated. 3.18.0-311-gdb7fb751a

jonathan at claws-mail.org jonathan at claws-mail.org
Fri Dec 31 19:17:14 UTC 2021


The branch, master has been updated
       via  db7fb751a862428391345f0cc5d41c3524451635 (commit)
      from  ac0b067d0d3beb3bb3b2056b77a4f1f0f3d3775a (commit)

Summary of changes:
 src/prefs_account.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit db7fb751a862428391345f0cc5d41c3524451635
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Nov 20 02:02:55 2021 -0700

    Fix clang -Wmisleading-indentation warning

diff --git a/src/prefs_account.c b/src/prefs_account.c
index 25ef0bd8a..86c32d6f9 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -3311,7 +3311,7 @@ static void proxy_create_widget_func(PrefsPage * _page,
 
 	if (new_account) {
 		prefs_set_dialog_to_default(proxy_param);
-	} else
+	} else {
 		prefs_set_dialog(proxy_param);
 
 		/* Passwords are handled outside of PrefParams. */
@@ -3323,6 +3323,7 @@ static void proxy_create_widget_func(PrefsPage * _page,
 			memset(buf, 0, strlen(buf));
 			g_free(buf);
 		}
+	}
 
 	page->vbox = vbox1;
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list