Skip to content

Commit b4871cc

Browse files
committed
format.
Created using spr 1.3.6
1 parent 3ad28ed commit b4871cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/include/clang/Basic/NoSanitizeList.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ class SanitizerSpecialCaseList;
2929
class NoSanitizeList {
3030
std::unique_ptr<SanitizerSpecialCaseList> SSCL;
3131
SourceManager &SM;
32-
bool containsPrefix(SanitizerMask Mask,StringRef Prefix, StringRef Name,
32+
bool containsPrefix(SanitizerMask Mask, StringRef Prefix, StringRef Name,
3333
StringRef Category = StringRef()) const;
34+
3435
public:
3536
NoSanitizeList(const std::vector<std::string> &NoSanitizeListPaths,
3637
SourceManager &SM);

0 commit comments

Comments
 (0)