diff options
Diffstat (limited to 'src/core/dbus-cgroup.h')
-rw-r--r-- | src/core/dbus-cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-cgroup.h b/src/core/dbus-cgroup.h index c5908dd976..4ce1e7e7fa 100644 --- a/src/core/dbus-cgroup.h +++ b/src/core/dbus-cgroup.h @@ -27,7 +27,7 @@ #include "dbus-common.h" #include "cgroup.h" -#define BUS_CGROUP_CONTEXT_INTERFACE \ +#define BUS_CGROUP_CONTEXT_INTERFACE \ " <property name=\"CPUAccounting\" type=\"b\" access=\"read\"/>\n" \ " <property name=\"CPUShares\" type=\"t\" access=\"read\"/>\n" \ " <property name=\"BlockIOAccounting\" type=\"b\" access=\"read\"/>\n" \ |