summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-08-02 19:27:10 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2018-08-02 19:27:10 -0300
commit0b1d4e99e1f12b61f473d70c86eef03caa88a537 (patch)
tree6372e9c3c8f69ff5a37bb61da36a35047fe3605e /gladeui/glade-editor.h
parent583e024ef8f3ccdfc2d4aa9886f77aee46cd1caf (diff)
downloadglade-0b1d4e99e1f12b61f473d70c86eef03caa88a537.tar.gz
Fix tab/space identation
Diffstat (limited to 'gladeui/glade-editor.h')
-rw-r--r--gladeui/glade-editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gladeui/glade-editor.h b/gladeui/glade-editor.h
index 1a39b3d2..eb1a6b74 100644
--- a/gladeui/glade-editor.h
+++ b/gladeui/glade-editor.h
@@ -25,7 +25,7 @@ typedef struct _GladeEditorPrivate GladeEditorPrivate;
struct _GladeEditor
{
GtkBox vbox; /* The editor is a vbox */
-
+
GladeEditorPrivate *priv;
};
@@ -44,7 +44,7 @@ GType glade_editor_get_type (void);
GladeEditor *glade_editor_new (void);
void glade_editor_load_widget (GladeEditor *editor,
- GladeWidget *widget);
+ GladeWidget *widget);
G_DEPRECATED
void glade_editor_show_info (GladeEditor *editor);
G_DEPRECATED