commit | bf313b0bb25c543b56662365f8fd3ee30d623798 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Feb 13 20:09:46 2007 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Feb 13 20:09:46 2007 +0000 |
tree | bb3ea0dc341a7bca7d3cd6a25c858a7a15bd1583 | |
parent | 82487e1ac38c3a8edee6877b3e2f873cd4c645c2 [diff] [blame] |
Removed tabs. llvm-svn: 39340
diff --git a/clang/Sema/SemaExprCXX.cpp b/clang/Sema/SemaExprCXX.cpp index a88ec3d..b6c2d68 100644 --- a/clang/Sema/SemaExprCXX.cpp +++ b/clang/Sema/SemaExprCXX.cpp
@@ -40,6 +40,6 @@ Action::ExprResult Sema::ParseCXXBoolLiteral(SourceLocation, tok::TokenKind Kind) { assert((Kind != tok::kw_true || Kind != tok::kw_false) && - "Unknown C++ Boolean value!"); + "Unknown C++ Boolean value!"); return new CXXBoolLiteralExpr(Kind == tok::kw_true); }