aboutsummaryrefslogtreecommitdiff
path: root/src/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.c')
-rw-r--r--src/group.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/group.c b/src/group.c
index ca38329..5a743a8 100644
--- a/src/group.c
+++ b/src/group.c
@@ -121,7 +121,9 @@ ReleaseOptionList(OptionListType *lp)
/****************************************************************************
****************************************************************************/
-GroupType *CreateGroup() {
+GroupType *
+CreateGroup()
+{
GroupType *tp;
tp = Allocate(sizeof(GroupType));