Upgrade formatting to clang-format 10 (#5895)
* Update formatting tools to clang-format-10 * Reformat using clang-format-10.0.09
This commit is contained in:
+2
-1
@@ -221,7 +221,8 @@ bool generateDataStoreOptions(const int argc,
|
||||
std::_Exit(128 + signum);
|
||||
}
|
||||
|
||||
int main(const int argc, const char *argv[]) try
|
||||
int main(const int argc, const char *argv[])
|
||||
try
|
||||
{
|
||||
int signals[] = {SIGTERM, SIGSEGV, SIGINT, SIGILL, SIGABRT, SIGFPE};
|
||||
for (auto sig : signals)
|
||||
|
||||
Reference in New Issue
Block a user