add some formatting whitespace

This commit is contained in:
Dennis Luxen 2014-06-17 15:48:47 +02:00
parent 96f834fb81
commit a58d8420a2

View File

@ -289,6 +289,7 @@ class SharedMemory : boost::noncopyable
OSRMLockFile lock_file; OSRMLockFile lock_file;
sprintf(key, "%s.%d", "osrm.lock", id); sprintf(key, "%s.%d", "osrm.lock", id);
} }
static bool RegionExists(const char *key) static bool RegionExists(const char *key)
{ {
bool result = true; bool result = true;