Skip to content

Commit c514b5d

Browse files
committed
Apply clang-format
1 parent 2fb8219 commit c514b5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler-rt/lib/sanitizer_common/tests/sanitizer_libc_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,7 @@ TEST(SanitizerCommon, ReportFile) {
345345
SpinMutex report_file_mu;
346346
ReportFile report_file = {&report_file_mu, kStderrFd, "", "", 0};
347347
char tmpfile[128];
348-
temp_file_name(tmpfile, sizeof(tmpfile),
349-
"sanitizer_common.reportfile.tmp.");
348+
temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.reportfile.tmp.");
350349
report_file.SetReportPath(tmpfile);
351350
const char *path = report_file.GetReportPath();
352351
EXPECT_EQ(internal_strncmp(tmpfile, path, strlen(tmpfile)), 0);

0 commit comments

Comments
 (0)