From: Colin Leroy Date: Thu, 11 Feb 2016 09:27:36 +0000 (+0100) Subject: Fix indentation, sorry X-Git-Tag: 3.14.0~172 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=476dc684ebb1cae602bb5658e139706fd9b76ded Fix indentation, sorry --- diff --git a/src/prefs_gtk.c b/src/prefs_gtk.c index f6cd077c6..f04a5e534 100644 --- a/src/prefs_gtk.c +++ b/src/prefs_gtk.c @@ -687,10 +687,10 @@ void prefs_set_entry(PrefParam *pparam) break; case P_PASSWORD: str = (gchar **)pparam->data; - decrypted_pass = password_decrypt(*str, NULL); + decrypted_pass = password_decrypt(*str, NULL); gtk_entry_set_text(GTK_ENTRY(*pparam->widget), - (decrypted_pass != NULL ? decrypted_pass : "")); - g_free(decrypted_pass); + (decrypted_pass != NULL ? decrypted_pass : "")); + g_free(decrypted_pass); break; default: g_warning("Invalid PrefType for GtkEntry widget: %d",