1 parent 5388a43 commit 97a4e24Copy full SHA for 97a4e24
1 file changed
Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx
@@ -113,8 +113,8 @@ static bool shouldSkipInvalidReads()
113
{
114
auto const* envValue = getenv("DPL_AOD_READER_SKIP_INVALID");
115
return envValue != nullptr &&
116
- strcmp(envValue, "0") != 0 &&
117
- strcmp(envValue, "false") != 0;
+ strcmp(envValue, "0") != 0 &&
+ strcmp(envValue, "false") != 0;
118
}
119
120
static std::string describeException(std::exception const& exception)
0 commit comments