From fb959f14d7470ef6b3a7e166ce76ddf62a0af802 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 2 Feb 2018 10:35:21 +0100 Subject: [PATCH] sysusers: use the usual comment style --- src/sysusers/sysusers.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sysusers/sysusers.c b/src/sysusers/sysusers.c index af21e3b854e..cf16d2b55bc 100644 --- a/src/sysusers/sysusers.c +++ b/src/sysusers/sysusers.c @@ -65,9 +65,12 @@ typedef struct Item { uid_t uid; bool gid_set:1; - // id_set_strict means that the group with the specified gid must - // exist and that the check if a uid clashes with a gid is skipped + + /* When set the group with the specified gid must exist + * and the check if a uid clashes with the gid is skipped. + */ bool id_set_strict:1; + bool uid_set:1; bool todo_user:1; -- 2.47.3