Browse Source

[trac997] minor editorial fix: indentation alignment.

JINMEI Tatuya 14 years ago
parent
commit
3f6fb6a54d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/acl/tests/acl_test.cc

+ 1 - 1
src/lib/acl/tests/acl_test.cc

@@ -105,7 +105,7 @@ public:
     size_t next_check_;
     shared_ptr<Check<Log> > getCheck(bool accepts) {
         return (shared_ptr<Check<Log> >(new ConstCheck(accepts,
-                                                        next_check_++)));
+                                                       next_check_++)));
     }
 };