Skip to content

Commit 0b92eba

Browse files
committed
clang-format
1 parent f3eaa46 commit 0b92eba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,7 @@ void handleConstMemberCall(const CallExpr *CE,
562562
return;
563563
StorageLocation &Loc =
564564
State.Lattice.getOrCreateConstMethodReturnStorageLocation(
565-
*RecordLoc, DirectCallee, State.Env,
566-
[&](StorageLocation &Loc) {
565+
*RecordLoc, DirectCallee, State.Env, [&](StorageLocation &Loc) {
567566
setHasValue(cast<RecordStorageLocation>(Loc),
568567
State.Env.makeAtomicBoolValue(), State.Env);
569568
});

0 commit comments

Comments
 (0)