From ba876f3e3791741d977dd72e16b760c39a71e047 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 18 Dec 2014 22:17:12 +0100 Subject: procman: small whitespace cleanup --- src/procman.h | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'src/procman.h') diff --git a/src/procman.h b/src/procman.h index 940ac8a..91f7ea4 100644 --- a/src/procman.h +++ b/src/procman.h @@ -113,32 +113,32 @@ struct ProcConfig struct MutableProcInfo { MutableProcInfo() - : status(0) - { } - - std::string user; - - gchar wchan[40]; - - // all these members are filled with libgtop which uses - // guint64 (to have fixed size data) but we don't need more - // than an unsigned long (even for 32bit apps on a 64bit - // kernel) as these data are amounts, not offsets. - gulong vmsize; - gulong memres; - gulong memshared; - gulong memwritable; - gulong mem; - - // wnck gives an unsigned long - gulong memxserver; - - gulong start_time; - guint64 cpu_time; - guint status; - guint pcpu; - gint nice; - gchar *cgroup_name; +: status(0) + { } + + std::string user; + + gchar wchan[40]; + + // all these members are filled with libgtop which uses + // guint64 (to have fixed size data) but we don't need more + // than an unsigned long (even for 32bit apps on a 64bit + // kernel) as these data are amounts, not offsets. + gulong vmsize; + gulong memres; + gulong memshared; + gulong memwritable; + gulong mem; + + // wnck gives an unsigned long + gulong memxserver; + + gulong start_time; + guint64 cpu_time; + guint status; + guint pcpu; + gint nice; + gchar *cgroup_name; }; -- cgit v1.2.1