Skip to content

Commit 771d68a

Browse files
committed
clang
1 parent c132a17 commit 771d68a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/ITS/src/ITSFhrTask.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,8 @@ void ITSFhrTask::monitorData(o2::framework::ProcessingContext& ctx)
541541

542542
#ifdef WITH_OPENMP
543543
omp_set_num_threads(mNThreads);
544-
#pragma omp parallel for schedule(dynamic) reduction(+ : totalhit)
544+
#pragma omp parallel for schedule(dynamic) reduction(+ \
545+
: totalhit)
545546
#endif
546547
// fill Monitor Objects use openMP multiple threads, and calculate the occupancy
547548
for (int i = 0; i < (int)activeStaves.size(); i++) {

0 commit comments

Comments
 (0)