chiark / gitweb /
polkit: don't start polkit agent when running as root
[elogind.git] / src / shared / conf-parser.h
index 92cab70b806cece00cbc78f0b4fb1b055b87f2b2..a42ca6b56cce3f0b09670544e4fbb4a2b9ea0a10 100644 (file)
@@ -188,7 +188,7 @@ int config_parse_personality(const char *unit, const char *filename, unsigned li
                 assert(data);                                                  \
                                                                                \
                 xs = new0(type, 1);                                            \
-                if(!xs)                                                        \
+                if (!xs)                                                       \
                         return -ENOMEM;                                        \
                                                                                \
                 *xs = invalid;                                                 \