Fix c++ formatting
This commit is contained in:
committed by
Moritz Kobitzsch
parent
2640a319c1
commit
24ab71a346
+1
-1
@@ -91,7 +91,7 @@ bool generateDataStoreOptions(const int argc,
|
||||
return true;
|
||||
}
|
||||
|
||||
[[ noreturn ]] void CleanupSharedBarriers(int signum)
|
||||
[[noreturn]] void CleanupSharedBarriers(int signum)
|
||||
{ // Here the lock state of named mutexes is unknown, make a hard cleanup
|
||||
osrm::storage::SharedBarriers::resetCurrentRegion();
|
||||
std::_Exit(128 + signum);
|
||||
|
||||
Reference in New Issue
Block a user