From: Zbigniew Jędrzejewski-Szmek Date: Thu, 1 Aug 2019 08:02:14 +0000 (+0200) Subject: core: remove one {} X-Git-Tag: v243~23^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2a236929b1f23918f7e70af9b9ac1fef14edcf2;p=thirdparty%2Fsystemd.git core: remove one {} --- diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c index c816569f2b6..a92897081e0 100644 --- a/src/core/dbus-execute.c +++ b/src/core/dbus-execute.c @@ -1368,10 +1368,10 @@ int bus_exec_context_set_transient_property( if (r < 0) return r; - STRV_FOREACH(p, l) { + STRV_FOREACH(p, l) if (!isempty(*p) && !valid_user_group_name_or_id(*p)) - return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Invalid supplementary group names"); - } + return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, + "Invalid supplementary group names"); if (!UNIT_WRITE_FLAGS_NOOP(flags)) { if (strv_isempty(l)) {