Skip to content

Commit 32a0278

Browse files
committed
Run clang-format on changed file
1 parent 109f46c commit 32a0278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/tools/archer/ompt-tsan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ ompt_start_tool(unsigned int omp_version, const char *runtime_version) {
12571257

12581258
findTsanFunctionSilent(__tsan_init, (void (*)(void)));
12591259
if (!__tsan_init) // if we are not running on TSAN, give a different
1260-
// tool the chance to be loaded
1260+
// tool the chance to be loaded
12611261
{
12621262
if (archer_flags->verbose)
12631263
std::cout << "Archer detected OpenMP application without TSan; "

0 commit comments

Comments
 (0)