Parcourir la source

[trac997] added blank lines for readability

JINMEI Tatuya il y a 14 ans
Parent
commit
b37a785ae2
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/lib/acl/acl.h

+ 2 - 0
src/lib/acl/acl.h

@@ -71,6 +71,7 @@ public:
      */
     ACL(const Action& default_action) : default_action_(default_action)
     {}
+
     /**
      * \brief Pointer to the check.
      *
@@ -79,6 +80,7 @@ public:
      * together in future).
      */
     typedef boost::shared_ptr<const Check<Context> > ConstCheckPtr;
+
     /**
      * \brief The actual main function that decides.
      *