]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-write.c
gcc 6.2 warnings: fix code indentation
[ngircd-alex.git] / src / ngircd / irc-write.c
index 9c0c39871500648ec95c18c6b8af05bd49a00fe0..92e8cfe39047992bdaff2d700ec192bb24a58483 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -521,12 +521,12 @@ va_dcl
                        if (Client_HasMode(to, 'w'))
                                IRC_WriteStrClientPrefix(to, From,
                                                         "WALLOPS :%s", msg);
-                               break;
+                       break;
                case CLIENT_SERVER:
                        if (to != Client)
                                IRC_WriteStrClientPrefix(to, From,
                                                         "WALLOPS :%s", msg);
-                               break;
+                       break;
                }
        }
 } /* IRC_SendWallops */