From 6617d29b5227f962c348e638a373ebb78989b7ba Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 14 Dec 2019 18:37:23 +0000 Subject: Fix a bunch of broken indentation. --- src/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol.cpp') diff --git a/src/protocol.cpp b/src/protocol.cpp index dd2595992..a0dad2f96 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -359,7 +359,7 @@ bool IRCDProto::IsNickValid(const Anope::string &nick) **/ if (nick.empty()) - return false; + return false; Anope::string special = "[]\\`_^{|}"; -- cgit