Skip to content

Commit 45a9fa5

Browse files
committed
Whitespace
1 parent 27fe651 commit 45a9fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Sanitizers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ struct SanitizerKind {
157157
class SanitizerMaskCutoffs {
158158
std::array<float, SanitizerKind::SO_Count> cutoffs = {0};
159159

160-
public:
160+
public:
161161
float &operator[](int index) { return cutoffs[index]; }
162162
const float &operator[](int index) const { return cutoffs[index]; }
163163
}; // SanitizerMaskCutoffs;

0 commit comments

Comments
 (0)