fix indentation in previous (tabs vs spaces)

This commit is contained in:
Landry Breuil
2014-12-01 09:53:40 +01:00
parent ff69f4d3b3
commit e1e8ceb7b3
2 changed files with 4 additions and 4 deletions

View File

@@ -52,6 +52,6 @@ typedef struct _XtmProcessTreeView XtmProcessTreeView;
GType xtm_process_tree_view_get_type (void);
GtkWidget * xtm_process_tree_view_new (void);
void xtm_process_tree_view_get_sort_column_id (XtmProcessTreeView *treeview, gint *sort_column_id, GtkSortType *sort_type);
void xtm_process_tree_view_set_filter (XtmProcessTreeView *treeview, const gchar *cmd_filter);
void xtm_process_tree_view_set_filter (XtmProcessTreeView *treeview, const gchar *cmd_filter);
#endif /* !PROCESS_TREE_VIEW_H */