]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/serialize.h
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / include / serialize.h
index b6eb16934c8377f98ce07b12527a6270802cdfdf..df0cbd5d58fa43379bb19dd2da982280c02377a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2019-2020 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
@@ -44,7 +44,7 @@ class CoreExport Serializable
                EntryMap entries;
 
         public:
-                /** Retrieves the child elements. */
+               /** Retrieves the child elements. */
                const ChildMap& GetChildren() const { return children; }
                ChildMap& GetChildren() { return children; }