BIND 10 trac2202, updated. ff7d15330f2a74d983972efd1872d1af7d2cd958 [2202] minor style fix: folded a long line.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 2 17:43:54 UTC 2012


The branch, trac2202 has been updated
       via  ff7d15330f2a74d983972efd1872d1af7d2cd958 (commit)
      from  fc7462103f1fb344bf91707a1e2de99534e237b9 (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 ff7d15330f2a74d983972efd1872d1af7d2cd958
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Oct 2 10:43:35 2012 -0700

    [2202] minor style fix: folded a long line.

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

Summary of changes:
 src/lib/util/threads/tests/lock_unittest.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/util/threads/tests/lock_unittest.cc b/src/lib/util/threads/tests/lock_unittest.cc
index fbf5df5..0b4d3ce 100644
--- a/src/lib/util/threads/tests/lock_unittest.cc
+++ b/src/lib/util/threads/tests/lock_unittest.cc
@@ -52,8 +52,8 @@ TEST(MutexTest, destroyLocked) {
 }
 #endif
 
-// In this test, we try to check if a mutex really locks. We could try that with
-// a deadlock, but that's not practical (the test would not end).
+// In this test, we try to check if a mutex really locks. We could try that
+// with a deadlock, but that's not practical (the test would not end).
 //
 // Instead, we try do to some operation on the same data from multiple threads
 // that's likely to break if not locked. Also, the test must run for a while



More information about the bind10-changes mailing list