Skip to content

Commit 97a4e24

Browse files
committed
Please consider the following formatting changes
1 parent 5388a43 commit 97a4e24

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)