Skip to content

Commit a4f3218

Browse files
committed
clang-format
1 parent 0a169b4 commit a4f3218

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

flang-rt/unittests/Runtime/CrashHandlerFixture.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
char buffer[1000];
1818
std::vsnprintf(buffer, sizeof buffer, message, ap);
1919
va_end(ap);
20-
std::cerr
21-
<< "Test "
22-
<< ::testing::UnitTest::GetInstance()->current_test_info()->name()
23-
<< " crashed in file "
24-
<< (sourceFile ? sourceFile : "unknown source file") << '(' << sourceLine
25-
<< "): " << buffer << '\n';
20+
std::cerr << "Test "
21+
<< ::testing::UnitTest::GetInstance()->current_test_info()->name()
22+
<< " crashed in file "
23+
<< (sourceFile ? sourceFile : "unknown source file") << '('
24+
<< sourceLine << "): " << buffer << '\n';
2625
std::exit(EXIT_FAILURE);
2726
}
2827

0 commit comments

Comments
 (0)