We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e441240 commit 6fc9fdfCopy full SHA for 6fc9fdf
src/sst/core/impl/interactive/simpleDebug.cc
@@ -395,8 +395,9 @@ 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("Invalid index format specified. The unwatch command requires that one of the index shown when "
399
- "\"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 "
400
+ "\"watch\" is run with no arguments be specified\n");
401
return;
402
403
0 commit comments