]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2202] minor style fix: folded a long line.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 2 Oct 2012 17:43:35 +0000 (10:43 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 2 Oct 2012 17:43:35 +0000 (10:43 -0700)
src/lib/util/threads/tests/lock_unittest.cc

index fbf5df5c5c9b8d237f1063a093baafda19c51d45..0b4d3ce4ecffcac34a791e0e5e1e18daef2487bd 100644 (file)
@@ -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