diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-30 17:08:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-30 17:08:17 +0000 |
commit | 6f4b92c205cf74f37c693a5e392c8c6a6a986978 (patch) | |
tree | 6cf2cf5a05b3348f8a8a78d1fc1390d21344fc46 /Sema/SemaChecking.cpp | |
parent | d97bb6c1384cb773ba5cdbd198008dec127cebad (diff) |
Fix 80 col violations.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41611 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Sema/SemaChecking.cpp')
-rw-r--r-- | Sema/SemaChecking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sema/SemaChecking.cpp b/Sema/SemaChecking.cpp index 5569f48653..863882ec98 100644 --- a/Sema/SemaChecking.cpp +++ b/Sema/SemaChecking.cpp @@ -41,7 +41,7 @@ Sema::CheckFunctionCall(Expr *Fn, if (FnInfo->getBuiltinID() == Builtin::BI__builtin___CFStringMakeConstantString) { assert(NumArgsInCall == 1 && - "Wrong number of arguments to builtin CFStringMakeConstantString"); + "Wrong number of arguments to builtin CFStringMakeConstantString"); return CheckBuiltinCFStringArgument(Args[0]); } |