Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-07-07 19:07:22 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:54:43 +0300
commit8b1fb41a4d9d57a44be038674ecdbc212fa8c887 (patch)
tree0959e9224a459df920995c5e6f8e738f6d590727 /search
parent54241d1b131f4e00dce3c4d55971ef6ac3d68a4b (diff)
Review fixes.
Diffstat (limited to 'search')
-rw-r--r--search/integration_tests/test_search_request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/integration_tests/test_search_request.cpp b/search/integration_tests/test_search_request.cpp
index 79b657f70d..b58e2786ce 100644
--- a/search/integration_tests/test_search_request.cpp
+++ b/search/integration_tests/test_search_request.cpp
@@ -24,7 +24,7 @@ void TestSearchRequest::Wait()
{
unique_lock<mutex> lock(m_mu);
m_cv.wait(lock, [this]()
- {
+ {
return m_done;
});
}