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/iconthemewrapper.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/iconthemewrapper.h')
-rw-r--r-- | src/iconthemewrapper.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/iconthemewrapper.h b/src/iconthemewrapper.h index 6127f01..81fb8d8 100644 --- a/src/iconthemewrapper.h +++ b/src/iconthemewrapper.h @@ -8,16 +8,16 @@ namespace procman { - class IconThemeWrapper - { - public: - // returns 0 instead of raising an exception - Glib::RefPtr<Gdk::Pixbuf> - load_icon(const Glib::ustring& icon_name, int size, Gtk::IconLookupFlags flags) const; + class IconThemeWrapper + { + public: + // returns 0 instead of raising an exception + Glib::RefPtr<Gdk::Pixbuf> + load_icon(const Glib::ustring& icon_name, int size, Gtk::IconLookupFlags flags) const; - const IconThemeWrapper* operator->() const - { return this; } - }; + const IconThemeWrapper* operator->() const + { return this; } + }; } #endif // H_PROCMAN_ICONTHEMEWRAPPER_H_1185707711 |