fix 80-col.

llvm-svn: 85642
This commit is contained in:
Zhongxing Xu 2009-10-31 03:36:08 +00:00
parent c16d8f2054
commit 5f5c954329
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ ExplodedNode *NullDerefChecker::CheckLocation(const Stmt *S, ExplodedNode *Pred,
NullState = NullState->set<GRState::NullDerefTag>(PersistentLV);
ExplodedNode *N = Builder.generateNode(S, NullState, Pred,
ProgramPoint::PostNullCheckFailedKind);
ProgramPoint::PostNullCheckFailedKind);
if (N) {
N->markAsSink();