Skip to content

Commit 73c949d

Browse files
committed
Fix formatting
1 parent e915af7 commit 73c949d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/WebKit/ASTUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ bool tryToFindPtrOrigin(
118118
}
119119
}
120120
}
121-
121+
122122
if (call->isCallToStdMove() && call->getNumArgs() == 1) {
123123
E = call->getArg(0)->IgnoreParenCasts();
124124
continue;

0 commit comments

Comments
 (0)