diff options
author | infirit <[email protected]> | 2014-12-18 00:23:57 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 00:23:57 +0100 |
commit | 12975909c589880030db6125ad6dcbea889edcdc (patch) | |
tree | fc374a8a3b855b5024d09f9edb2e47ca755cb7ac /src/interface.h | |
parent | 0dea7ab1931fb33f35eceab66dffcd56f4550f68 (diff) | |
download | mate-system-monitor-12975909c589880030db6125ad6dcbea889edcdc.tar.bz2 mate-system-monitor-12975909c589880030db6125ad6dcbea889edcdc.tar.xz |
Make indentation uniform across source files
No more tabs, 4 spaces instead. And remove trailing whitespace.
Diffstat (limited to 'src/interface.h')
-rw-r--r-- | src/interface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interface.h b/src/interface.h index 0d35544..a69574a 100644 --- a/src/interface.h +++ b/src/interface.h @@ -24,9 +24,9 @@ #include <gtk/gtk.h> #include "procman.h" -void create_main_window (ProcData *data); -void update_sensitivity (ProcData *data); +void create_main_window (ProcData *data); +void update_sensitivity (ProcData *data); void do_popup_menu(ProcData *data, GdkEventButton *event); -GtkWidget * make_title_label (const char *text); +GtkWidget * make_title_label (const char *text); #endif /* _PROCMAN_INTERFACE_H_ */ |