From 12975909c589880030db6125ad6dcbea889edcdc Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 18 Dec 2014 00:23:57 +0100 Subject: Make indentation uniform across source files No more tabs, 4 spaces instead. And remove trailing whitespace. --- src/iconthemewrapper.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/iconthemewrapper.h') 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 - 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 + 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 -- cgit v1.2.1