]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/ActionProfile.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / mgr / ActionProfile.h
index 3f3ebb5b39fddbc33d7ad5c6b1966523073ab027..9218489e0c2190f83601601842cedd071e028d56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -26,8 +26,8 @@ public:
 public:
     ActionProfile(const char* aName, const char* aDesc, bool aPwReq,
                   bool anAtomic, const ActionCreatorPointer &aCreator):
-            name(aName), desc(aDesc), isPwReq(aPwReq), isAtomic(anAtomic),
-            creator(aCreator) {
+        name(aName), desc(aDesc), isPwReq(aPwReq), isAtomic(anAtomic),
+        creator(aCreator) {
     }
 
 public:
@@ -47,3 +47,4 @@ operator <<(std::ostream &os, const Mgr::ActionProfile &profile)
 }
 
 #endif /* SQUID_MGR_ACTION_PROFILE_H */
+