Fix 80 col violation.

llvm-svn: 51213
This commit is contained in:
Ted Kremenek 2008-05-17 00:40:45 +00:00
parent 0e76583574
commit c8081b4e16
1 changed files with 3 additions and 1 deletions

View File

@ -1116,7 +1116,9 @@ void GRExprEngine::VisitCall(CallExpr* CE, NodeTy* Pred,
break;
case 26:
if (!memcmp(s, "_XCAssertionFailureHandler", 26)) Builder->BuildSinks = true;
if (!memcmp(s, "_XCAssertionFailureHandler", 26))
Builder->BuildSinks = true;
break;
}