1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 10:06:38 +02:00

Fix a bunch of broken indentation.

This commit is contained in:
Peter Powell
2019-12-14 18:37:23 +00:00
parent a4ab6876c3
commit 6617d29b52
78 changed files with 241 additions and 241 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ bool IRCDProto::IsNickValid(const Anope::string &nick)
**/
if (nick.empty())
return false;
return false;
Anope::string special = "[]\\`_^{|}";