summaryrefslogtreecommitdiff
path: root/libdocument/ev-form-field.h
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:43:23 +0200
committerraveit65 <[email protected]>2019-07-01 17:07:40 +0200
commitaa24676651f8bd3e8b434f72d5aac98e84c0867d (patch)
tree37693766ecb4733c6061dcc2ddc26954fab5ca01 /libdocument/ev-form-field.h
parent6741c5db1e5c48c01b25bb7900dc40d48552925d (diff)
downloadatril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.bz2
atril-aa24676651f8bd3e8b434f72d5aac98e84c0867d.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'libdocument/ev-form-field.h')
-rw-r--r--libdocument/ev-form-field.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libdocument/ev-form-field.h b/libdocument/ev-form-field.h
index a8a48ffd..c0795463 100644
--- a/libdocument/ev-form-field.h
+++ b/libdocument/ev-form-field.h
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
#define EV_FORM_FIELD_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_FORM_FIELD, EvFormFieldClass))
#define EV_IS_FORM_FIELD(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_FORM_FIELD))
#define EV_IS_FORM_FIELD_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_FORM_FIELD))
-#define EV_FORM_FIELD_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_FORM_FIELD, EvFormFieldClass))
+#define EV_FORM_FIELD_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_FORM_FIELD, EvFormFieldClass))
#define EV_TYPE_FORM_FIELD_TEXT (ev_form_field_text_get_type())
#define EV_FORM_FIELD_TEXT(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_FORM_FIELD_TEXT, EvFormFieldText))
@@ -119,13 +119,13 @@ struct _EvFormFieldClass
{
GObjectClass parent_class;
};
-
+
struct _EvFormFieldText
{
EvFormField partent;
-
+
EvFormFieldTextType type;
-
+
gboolean do_spell_check : 1;
gboolean do_scroll : 1;
gboolean comb : 1;
@@ -144,7 +144,7 @@ struct _EvFormFieldTextClass
struct _EvFormFieldButton
{
EvFormField partent;
-
+
EvFormFieldButtonType type;
gboolean state;
@@ -160,7 +160,7 @@ struct _EvFormFieldChoice
EvFormField partent;
EvFormFieldChoiceType type;
-
+
gboolean multi_select : 1;
gboolean is_editable : 1;
gboolean do_spell_check : 1;
@@ -178,7 +178,7 @@ struct _EvFormFieldChoiceClass
struct _EvFormFieldSignature
{
EvFormField partent;
-
+
/* TODO */
};