Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
danpat committed Oct 20, 2018
1 parent 4f71aef commit e450336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ bool generateDataStoreOptions(const int argc,
return true;
}

[[noreturn]] void CleanupSharedBarriers(
int signum) { // Here the lock state of named mutexes is unknown, make a hard cleanup
[[noreturn]] void CleanupSharedBarriers(int signum)
{ // Here the lock state of named mutexes is unknown, make a hard cleanup
removeLocks();
std::_Exit(128 + signum);
}
Expand Down

0 comments on commit e450336

Please sign in to comment.