From: Michael Mullin Date: Sat, 3 Oct 2020 18:23:06 +0000 (-0400) Subject: Use {} to kep more in line with code style X-Git-Tag: v4.9~51^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F285%2Fhead;p=thirdparty%2Fshadow.git Use {} to kep more in line with code style --- diff --git a/src/gpasswd.c b/src/gpasswd.c index 16fc124d7..a25bf3e5d 100644 --- a/src/gpasswd.c +++ b/src/gpasswd.c @@ -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); + } } /*