Skip to content

Commit 7b728cf

Browse files
committed
Formatting
1 parent 6293d60 commit 7b728cf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/sst/core/impl/interactive/simpleDebug.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,8 @@ SimpleDebugger::cmd_unwatch(std::vector<std::string>& tokens)
395395
index = SST::Core::from_string<int>(tokens[1]);
396396
}
397397
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");
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");
401400
return;
402401
}
403402

0 commit comments

Comments
 (0)