Skip to content

Commit 82bf7a1

Browse files
committed
fixed formatting
1 parent fc0c6a0 commit 82bf7a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ bool CallAndMessageChecker::uninitRefOrPointer(
278278
const ProgramStateRef State = C.getState();
279279
if (PointeeT->isVoidType())
280280
PointeeT = C.getASTContext().CharTy;
281-
const SVal PointeeV =
282-
State->getSVal(SValMemRegion, PointeeT);
281+
const SVal PointeeV = State->getSVal(SValMemRegion, PointeeT);
283282

284283
if (PointeeV.isUndef()) {
285284
if (ExplodedNode *N = C.generateErrorNode()) {

0 commit comments

Comments
 (0)