Skip to content

Commit

Permalink
[clang][Analysis][NFC] Remove indented empty lines (fix format checking)
Browse files Browse the repository at this point in the history
  • Loading branch information
danix800 committed Jul 28, 2023
1 parent 2f976b9 commit 38b648b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/lib/Analysis/UnsafeBufferUsage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ class DeclUseTracker {
}
return ReturnSet;
}

void discoverDecl(const DeclStmt *DS) {
for (const Decl *D : DS->decls()) {
if (const auto *VD = dyn_cast<VarDecl>(D)) {
Expand Down Expand Up @@ -1985,7 +1985,7 @@ static FixItList fixParamWithSpan(const ParmVarDecl *PVD, const ASTContext &Ctx,
DEBUG_NOTE_DECL_FAIL(PVD, " : has default arg");
return {};
}

assert(PVD->getType()->isPointerType());
auto *FD = dyn_cast<FunctionDecl>(PVD->getDeclContext());

Expand Down

0 comments on commit 38b648b

Please sign in to comment.