From: JINMEI Tatuya Date: Tue, 2 Oct 2012 17:43:35 +0000 (-0700) Subject: [2202] minor style fix: folded a long line. X-Git-Tag: trac2402_base~79^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff7d15330f2a74d983972efd1872d1af7d2cd958;p=thirdparty%2Fkea.git [2202] minor style fix: folded a long line. --- diff --git a/src/lib/util/threads/tests/lock_unittest.cc b/src/lib/util/threads/tests/lock_unittest.cc index fbf5df5c5c..0b4d3ce4ec 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