From 57e071c4601a10356a91cb13d6267050b5091131 Mon Sep 17 00:00:00 2001 From: Dan Riley Date: Wed, 3 Feb 2021 15:57:21 -0500 Subject: [PATCH] format --- FWCore/Services/plugins/InitRootHandlers.cc | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/FWCore/Services/plugins/InitRootHandlers.cc b/FWCore/Services/plugins/InitRootHandlers.cc index 408fe9a8cd2b9..db0a60898ea22 100644 --- a/FWCore/Services/plugins/InitRootHandlers.cc +++ b/FWCore/Services/plugins/InitRootHandlers.cc @@ -872,7 +872,9 @@ namespace edm { ->setComment( "If True, do an abort when a signal occurs that causes a crash. If False, ROOT will do an exit which " "attempts to do a clean shutdown."); - desc.addUntracked("InteractiveDebug", false)->setComment("If True, leave gdb attached to cmsRun after a crash; " + desc.addUntracked("InteractiveDebug", false) + ->setComment( + "If True, leave gdb attached to cmsRun after a crash; " "if False, attach gdb, print a stack trace, and quit gdb"); desc.addUntracked("DebugLevel", 0)->setComment("Sets ROOT's gDebug value."); desc.addUntracked("StackTracePauseTime", 300) @@ -895,18 +897,16 @@ namespace edm { } std::string gdbcmd{"date; gdb -quiet -p %d"}; if (!interactiveDebug_) { - gdbcmd += " 2>&1 <= pidStringLength_) { + gdbcmd += + " 2>&1 <= pidStringLength_) { std::ostringstream sstr; sstr << "Unable to pre-allocate stacktrace handler information"; edm::Exception except(edm::errors::OtherCMS, sstr.str());