Skip to content

Commit fb959f1

Browse files
committed
sysusers: use the usual comment style
1 parent 07a7d4a commit fb959f1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/sysusers/sysusers.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,12 @@ typedef struct Item {
6565
uid_t uid;
6666

6767
bool gid_set:1;
68-
// id_set_strict means that the group with the specified gid must
69-
// exist and that the check if a uid clashes with a gid is skipped
68+
69+
/* When set the group with the specified gid must exist
70+
* and the check if a uid clashes with the gid is skipped.
71+
*/
7072
bool id_set_strict:1;
73+
7174
bool uid_set:1;
7275

7376
bool todo_user:1;

0 commit comments

Comments
 (0)