Skip to content

Commit 6fc9fdf

Browse files
committed
Reformat with clang-format v20.1
1 parent e441240 commit 6fc9fdf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,9 @@ 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("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");
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");
400401
return;
401402
}
402403

0 commit comments

Comments
 (0)