From a58d8420a28da97b6ab9bd0e4a48b5851e62d073 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 17 Jun 2014 15:48:47 +0200 Subject: [PATCH] add some formatting whitespace --- DataStructures/SharedMemoryFactory.h | 1 + 1 file changed, 1 insertion(+) diff --git a/DataStructures/SharedMemoryFactory.h b/DataStructures/SharedMemoryFactory.h index 5c1f93c49..a07e12533 100644 --- a/DataStructures/SharedMemoryFactory.h +++ b/DataStructures/SharedMemoryFactory.h @@ -289,6 +289,7 @@ class SharedMemory : boost::noncopyable OSRMLockFile lock_file; sprintf(key, "%s.%d", "osrm.lock", id); } + static bool RegionExists(const char *key) { bool result = true;