BIND 10 trac2157_2, updated. c8c8c8358a7602094b6177b5336d39b9de172b87 [2157-2] style: () for return

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 31 03:51:09 UTC 2012


The branch, trac2157_2 has been updated
       via  c8c8c8358a7602094b6177b5336d39b9de172b87 (commit)
      from  5d108ef3a0b5b5d9fe322ceb478c36077deedfd4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c8c8c8358a7602094b6177b5336d39b9de172b87
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Oct 30 20:50:49 2012 -0700

    [2157-2] style: () for return

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/tests/statistics_unittest.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/statistics_unittest.cc b/src/bin/auth/tests/statistics_unittest.cc
index ab84307..7a84747 100644
--- a/src/bin/auth/tests/statistics_unittest.cc
+++ b/src/bin/auth/tests/statistics_unittest.cc
@@ -145,7 +145,7 @@ countTreeElements(const struct CounterTypeTree* tree) {
             count += countTreeElements(tree[i].sub_tree);
         }
     }
-    return count;
+    return (count);
 }
 
 TEST(StatisticsItemsTest, QRItemNamesCheck) {



More information about the bind10-changes mailing list