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/argv.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/argv.cpp') diff --git a/src/argv.cpp b/src/argv.cpp index a81a3c0..f1a3a86 100644 --- a/src/argv.cpp +++ b/src/argv.cpp @@ -8,15 +8,15 @@ namespace procman { - OptionGroup::OptionGroup() - : Glib::OptionGroup("", ""), - show_system_tab(false) - { - Glib::OptionEntry sys_tab; - sys_tab.set_long_name("show-system-tab"); - sys_tab.set_short_name('s'); - sys_tab.set_description(_("Show the System tab")); - this->add_entry(sys_tab, this->show_system_tab); - } + OptionGroup::OptionGroup() + : Glib::OptionGroup("", ""), + show_system_tab(false) + { + Glib::OptionEntry sys_tab; + sys_tab.set_long_name("show-system-tab"); + sys_tab.set_short_name('s'); + sys_tab.set_description(_("Show the System tab")); + this->add_entry(sys_tab, this->show_system_tab); + } } -- cgit v1.2.1