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. --- include/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/protocol.h') diff --git a/include/protocol.h b/include/protocol.h index 1f3b8c026..44f8d3017 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -22,7 +22,7 @@ class CoreExport IRCDProto : public Service Anope::string proto_name; protected: - IRCDProto(Module *creator, const Anope::string &proto_name); + IRCDProto(Module *creator, const Anope::string &proto_name); public: virtual ~IRCDProto(); -- cgit