Skip to content

Commit e02c77e

Browse files
committed
format
1 parent 4b10c4e commit e02c77e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/tools/lldb-server/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ int main(int argc, char **argv) {
267267
for (int i = 1; i < argc; ++i) {
268268
std::string arg = argv[i];
269269
if (consume_front(arg, "syncfile:")) {
270-
// Write to this file to tell test framework that attaching is now possible.
270+
// Write to this file to tell test framework that attaching is now
271+
// possible.
271272
std::ofstream(arg).close();
272273
} else if (consume_front(arg, "stderr:")) {
273274
// Treat remainder as text to go to stderr.

0 commit comments

Comments
 (0)