Skip to content

Commit 38b648b

Browse files
committed
[clang][Analysis][NFC] Remove indented empty lines (fix format checking)
1 parent 2f976b9 commit 38b648b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Analysis/UnsafeBufferUsage.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ class DeclUseTracker {
872872
}
873873
return ReturnSet;
874874
}
875-
875+
876876
void discoverDecl(const DeclStmt *DS) {
877877
for (const Decl *D : DS->decls()) {
878878
if (const auto *VD = dyn_cast<VarDecl>(D)) {
@@ -1985,7 +1985,7 @@ static FixItList fixParamWithSpan(const ParmVarDecl *PVD, const ASTContext &Ctx,
19851985
DEBUG_NOTE_DECL_FAIL(PVD, " : has default arg");
19861986
return {};
19871987
}
1988-
1988+
19891989
assert(PVD->getType()->isPointerType());
19901990
auto *FD = dyn_cast<FunctionDecl>(PVD->getDeclContext());
19911991

0 commit comments

Comments
 (0)