]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/callerid.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / include / modules / callerid.h
index ed03419b0c5315eb1f0937ab863015cffc30fe6c..989a5918c32efa1fece7067a82de25007452cf93 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2018 Peter Powell <petpow@saberuk.com>
+ *   Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
  *
  * 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
@@ -28,7 +28,7 @@ namespace CallerID
 class CallerID::APIBase : public DataProvider
 {
  public:
-       APIBase(Module* parent)
+       APIBase(Module* parent)
                : DataProvider(parent, "m_callerid_api")
        {
        }