summaryrefslogtreecommitdiff
path: root/src/dlg-password.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:40:17 +0200
committerraveit65 <[email protected]>2021-12-11 15:59:33 +0100
commit6c55334ad9b03006686e2db6c6f6167677a2f510 (patch)
treeb558cc0ad6d97c36b449dbcb2afecb3b9002a565 /src/dlg-password.c
parent85909393571d91b3c267afe5341e54bfae5a6d50 (diff)
downloadengrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2
engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz
Use a blank line at most
Diffstat (limited to 'src/dlg-password.c')
-rw-r--r--src/dlg-password.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dlg-password.c b/src/dlg-password.c
index 02b8afa..f0468e5 100644
--- a/src/dlg-password.c
+++ b/src/dlg-password.c
@@ -37,7 +37,6 @@ typedef struct {
GtkWidget *pw_encrypt_header_checkbutton;
} DialogData;
-
/* called when the main dialog is closed. */
static void
destroy_cb (GtkWidget *widget,
@@ -46,7 +45,6 @@ destroy_cb (GtkWidget *widget,
g_free (data);
}
-
static void
response_cb (GtkWidget *dialog,
int response_id,
@@ -78,7 +76,6 @@ response_cb (GtkWidget *dialog,
gtk_widget_destroy (data->dialog);
}
-
void
dlg_password (GtkWidget *widget,
gpointer callback_data)