Skip to content

Commit b43d513

Browse files
committed
clang-format
1 parent 17ecca4 commit b43d513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Sanitizers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ std::optional<double> SanitizerMaskCutoffs::operator[](unsigned Kind) const {
3838
if (Cutoffs.empty() || Cutoffs[Kind] < SanitizerMaskCutoffsEps)
3939
return std::nullopt;
4040

41-
return Cutoffs[Kind];
41+
return Cutoffs[Kind];
4242
}
4343

4444
void SanitizerMaskCutoffs::clear(SanitizerMask K) { set(K, 0); }

0 commit comments

Comments
 (0)