ngircd-tor/src
Alexander Barton 2924b3d52a gcc 6.2 warnings: fix code indentation
This fixes the following correct -Wmisleading-indentation warning
messages of gcc 6.2:

irc-write.c: In function ‘IRC_SendWallops’:
irc-write.c:521:4: warning: this ‘if’ clause does not guard...
irc-write.c:524:5: note: ...this statement, but the latter is
  misleadingly indented as if it is guarded by the ‘if’
irc-write.c:526:4: warning: this ‘if’ clause does not guard... []
irc-write.c:529:5: note: ...this statement, but the latter is
  misleadingly indented as if it is guarded by the ‘if’

irc-info.c: In function ‘IRC_STATS’:
irc-info.c:895:3: warning: this ‘else’ clause does not guard...
irc-info.c:897:4: note: ...this statement, but the latter is
  misleadingly indented as if it is guarded by the ‘else’

No functional changes, the code has been correct, but the indentation
was wrong ...
2016-12-05 23:33:12 +01:00
..
ipaddr Streamline ".gitignore" files 2015-07-19 03:03:06 +02:00
ngircd gcc 6.2 warnings: fix code indentation 2016-12-05 23:33:12 +01:00
portab Make sure that SYSCONFDIR is always set 2016-07-22 19:01:04 +02:00
testsuite Send_Message: Fix handling of "empty" targets 2016-01-07 01:54:11 +01:00
tool Streamline ".gitignore" files 2015-07-19 03:03:06 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00