miscellaneous bugfixes and indentation fixes
[srvx.git] / src / proto-common.c
index 35fc9bde2dbe7e5298db7dc812c8e9916625f357..1b8c2f588340c7f574e8d7af1b350d900d4c254a 100644 (file)
@@ -638,7 +638,8 @@ mod_chanmode(struct userNode *who, struct chanNode *channel, char **modes, unsig
 }
 
 int
-irc_make_chanmode(struct chanNode *chan, char *out) {
+irc_make_chanmode(struct chanNode *chan, char *out)
+{
     struct mod_chanmode change;
     mod_chanmode_init(&change);
     change.modes_set = chan->modes;