Skip to content

Commit 6ece80d

Browse files
authored
fix clang-format
1 parent 069b30a commit 6ece80d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/ITS/src/ITSDecodingErrorCheck.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Quality ITSDecodingErrorCheck::check(std::map<std::string, std::shared_ptr<Monit
109109
result.addFlag(o2::quality_control::FlagTypeFactory::Unknown(), Form("BAD: ID = %d, %s", ierr, std::string(statistics.ErrNames[ierr]).c_str()));
110110

111111
} // end of y axis loop
112-
} // end of x axis loop
113-
} // end of check on General/LinkErrorVsFeeid
112+
} // end of x axis loop
113+
} // end of check on General/LinkErrorVsFeeid
114114

115115
if (((std::string)mo->getName()).find("General/LinkErrorPlots") != std::string::npos) {
116116
result = Quality::Good;

0 commit comments

Comments
 (0)