]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bus-unit-util: one less newline 8605/head
authorLennart Poettering <lennart@poettering.net>
Thu, 29 Mar 2018 13:36:07 +0000 (15:36 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 29 Mar 2018 13:45:07 +0000 (15:45 +0200)
src/shared/bus-unit-util.c

index 23e05daf48c4b66ea8100e6b41b1d8d461e6588b..8e1e16d73b63ed0e22cb16116b21ec1ee4682425 100644 (file)
@@ -460,7 +460,6 @@ static int bus_append_cgroup_property(sd_bus_message *m, const char *field, cons
                         return bus_append_safe_atou64(m, field, eq);
 
                 return bus_append_parse_size(m, field, eq, 1024);
-
         }
 
         if (streq(field, "CPUQuota")) {