Skip to content

Commit b69eeaa

Browse files
authored
clang-format from alibuild/alibot-cleanup-15576
2 parents 5388a43 + 97a4e24 commit b69eeaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ static bool shouldSkipInvalidReads()
113113
{
114114
auto const* envValue = getenv("DPL_AOD_READER_SKIP_INVALID");
115115
return envValue != nullptr &&
116-
strcmp(envValue, "0") != 0 &&
117-
strcmp(envValue, "false") != 0;
116+
strcmp(envValue, "0") != 0 &&
117+
strcmp(envValue, "false") != 0;
118118
}
119119

120120
static std::string describeException(std::exception const& exception)

0 commit comments

Comments
 (0)