From d2a236929b1f23918f7e70af9b9ac1fef14edcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 1 Aug 2019 10:02:14 +0200 Subject: core: remove one {} --- src/core/dbus-execute.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c index c816569f2b..a92897081e 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)) { -- cgit v1.2.1