Browse Source

[trac997] another editorial cleanup: remove a space for style consistency

JINMEI Tatuya 14 years ago
parent
commit
a6c21ad6d6
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

@@ -31,7 +31,7 @@ struct Log {
     bool run[LOG_SIZE];
     Log() {
         // Nothing run yet
-        for (size_t i(0); i < LOG_SIZE; ++ i) {
+        for (size_t i(0); i < LOG_SIZE; ++i) {
             run[i] = false;
         }
     }