]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/ActionProfile.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / mgr / ActionProfile.h
index 5810ce9623257017df79fc9db0167b5fc79b0738..9218489e0c2190f83601601842cedd071e028d56 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 16    Cache Manager API
+ * 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.
+ * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
+/* DEBUG: section 16    Cache Manager API */
+
 #ifndef SQUID_MGR_ACTION_PROFILE_H
 #define SQUID_MGR_ACTION_PROFILE_H
 
@@ -21,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:
@@ -42,3 +47,4 @@ operator <<(std::ostream &os, const Mgr::ActionProfile &profile)
 }
 
 #endif /* SQUID_MGR_ACTION_PROFILE_H */
+