Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-03 17:37:36 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-03 17:37:36 +0300
commit6f10ec424a0b1a60fcebe62272228cb5f83e589d (patch)
tree640565857546bad51a003061ec8aac6fdc80316a /src/remmina_unlock.h
parent95a047c54acb82aa2b9ead799506b66a68edd8b3 (diff)
Code cleaning
Diffstat (limited to 'src/remmina_unlock.h')
-rw-r--r--src/remmina_unlock.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h
index 0641caad3..a2834d8df 100644
--- a/src/remmina_unlock.h
+++ b/src/remmina_unlock.h
@@ -38,16 +38,16 @@
#if SODIUM_VERSION_INT >= 90200
typedef struct _RemminaUnlockDialog {
- GtkBuilder *builder;
- GtkDialog *dialog;
+ GtkBuilder * builder;
+ GtkDialog * dialog;
- GtkEntry *entry_unlock;
- GtkButton *button_unlock;
- GtkButton *button_unlock_cancel;
+ GtkEntry * entry_unlock;
+ GtkButton * button_unlock;
+ GtkButton * button_unlock_cancel;
- gboolean unlock_init;
+ gboolean unlock_init;
- gint retval;
+ gint retval;
} RemminaUnlockDialog;
extern GTimer *timer;