[poppler] [PATCH 1/2] glib-demo: Fix indent for actions code.

Elliott Sales de Andrade quantum.analyst at gmail.com
Wed Dec 18 21:52:09 PST 2013


Signed-off-by: Elliott Sales de Andrade <quantum.analyst at gmail.com>
---
 glib/demo/forms.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/glib/demo/forms.c b/glib/demo/forms.c
index 9dfe3cd..fcd5b8b 100644
--- a/glib/demo/forms.c
+++ b/glib/demo/forms.c
@@ -131,7 +131,7 @@ pgd_form_field_view_set_field (GtkWidget        *field_view,
 {
 	GtkWidget     *alignment;
 	GtkWidget     *table;
-        PopplerAction *action;
+	PopplerAction *action;
 	GEnumValue    *enum_value;
 	gchar         *text;
 	gint           row = 0;
@@ -169,15 +169,15 @@ pgd_form_field_view_set_field (GtkWidget        *field_view,
 		g_free (text);
 	}
 
-        action = poppler_form_field_get_action (field);
-        if (action) {
-                GtkWidget *action_view;
+	action = poppler_form_field_get_action (field);
+	if (action) {
+		GtkWidget *action_view;
 
-                action_view = pgd_action_view_new (NULL);
-                pgd_action_view_set_action (action_view, action);
-                pgd_table_add_property_with_custom_widget (GTK_GRID (table), "<b>Action:</b>", action_view, &row);
-                gtk_widget_show (action_view);
-        }
+		action_view = pgd_action_view_new (NULL);
+		pgd_action_view_set_action (action_view, action);
+		pgd_table_add_property_with_custom_widget (GTK_GRID (table), "<b>Action:</b>", action_view, &row);
+		gtk_widget_show (action_view);
+	}
 
 	switch (poppler_form_field_get_field_type (field)) {
 	case POPPLER_FORM_FIELD_BUTTON:
-- 
1.8.3.1



More information about the poppler mailing list