diff options
author | Juan Pablo Ugarte <juanpablougarte@gmail.com> | 2018-08-02 19:27:10 -0300 |
---|---|---|
committer | Juan Pablo Ugarte <juanpablougarte@gmail.com> | 2018-08-02 19:27:10 -0300 |
commit | 0b1d4e99e1f12b61f473d70c86eef03caa88a537 (patch) | |
tree | 6372e9c3c8f69ff5a37bb61da36a35047fe3605e /gladeui/glade-editor.h | |
parent | 583e024ef8f3ccdfc2d4aa9886f77aee46cd1caf (diff) | |
download | glade-0b1d4e99e1f12b61f473d70c86eef03caa88a537.tar.gz |
Fix tab/space identation
Diffstat (limited to 'gladeui/glade-editor.h')
-rw-r--r-- | gladeui/glade-editor.h | 4 |
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 |