]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Use {} to kep more in line with code style 285/head
authorMichael Mullin <masmullin@gmail.com>
Sat, 3 Oct 2020 18:23:06 +0000 (14:23 -0400)
committerMichael Mullin <masmullin@gmail.com>
Sat, 3 Oct 2020 18:23:06 +0000 (14:23 -0400)
src/gpasswd.c

index 16fc124d71bb5beb2807fb42702431d2502f515d..a25bf3e5d50c237a14df94f80316861d0fd5f5be 100644 (file)
@@ -124,8 +124,9 @@ static void log_gpasswd_success_system (/*@null@*/unused void *arg);
 static void log_gpasswd_success_group (/*@null@*/unused void *arg);
 
 static void xfree(void* p) {
-       if (p)
+       if (p) {
                free(p);
+       }
 }
 
 /*