]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/parammode.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / include / parammode.h
index 31398118524f300d610f72f6d70dad69c1d2ccad..002246d9b88711f0eb8742558a634c1b4bd03a8b 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2014-2015 Attila Molnar <attilamolnar@hush.com>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -22,7 +23,7 @@
 class CoreExport ParamModeBase : public ModeHandler
 {
  private:
-       virtual void OnUnsetInternal(User* source, Channel* chan) = 0;
+       virtual void OnUnsetInternal(User* source, Channel* chan) = 0;
 
  public:
        ParamModeBase(Module* Creator, const std::string& Name, char modeletter, ParamSpec ps)