We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6293d60 commit 7b728cfCopy full SHA for 7b728cf
src/sst/core/impl/interactive/simpleDebug.cc
@@ -395,9 +395,8 @@ SimpleDebugger::cmd_unwatch(std::vector<std::string>& tokens)
395
index = SST::Core::from_string<int>(tokens[1]);
396
}
397
catch ( std::invalid_argument& e ) {
398
- printf(
399
- "Invalid index format specified. The unwatch command requires that one of the index shown when "
400
- "\"watch\" is run with no arguments be specified\n");
+ printf("Invalid index format specified. The unwatch command requires that one of the index shown when "
+ "\"watch\" is run with no arguments be specified\n");
401
return;
402
403
0 commit comments