diff options
author | raveit65 <[email protected]> | 2019-07-21 14:27:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-31 15:26:47 +0200 |
commit | 4820ba53aee0a70b56bba663ff5aff3bfba1d5cf (patch) | |
tree | 4ae7f8059b0eddf4033878abd54a197452accd33 /cut-n-paste/toolbar-editor/egg-toolbar-editor.h | |
parent | 08f152654037948c5884f727f910a39ce55f80e7 (diff) | |
download | atril-4820ba53aee0a70b56bba663ff5aff3bfba1d5cf.tar.bz2 atril-4820ba53aee0a70b56bba663ff5aff3bfba1d5cf.tar.xz |
egg-toolbar-editor{c/h}: tabs to spaces
Diffstat (limited to 'cut-n-paste/toolbar-editor/egg-toolbar-editor.h')
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-toolbar-editor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-toolbar-editor.h b/cut-n-paste/toolbar-editor/egg-toolbar-editor.h index 6fcde399..e5a10b0a 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbar-editor.h +++ b/cut-n-paste/toolbar-editor/egg-toolbar-editor.h @@ -52,11 +52,11 @@ struct EggToolbarEditorClass }; -GType egg_toolbar_editor_get_type (void); -GtkWidget *egg_toolbar_editor_new (GtkUIManager *manager, - EggToolbarsModel *model); -void egg_toolbar_editor_set_model (EggToolbarEditor *t, - EggToolbarsModel *model); +GType egg_toolbar_editor_get_type (void); +GtkWidget *egg_toolbar_editor_new (GtkUIManager *manager, + EggToolbarsModel *model); +void egg_toolbar_editor_set_model (EggToolbarEditor *t, + EggToolbarsModel *model); G_END_DECLS |