From: John Wiegley Date: Tue, 8 Mar 2011 08:13:22 +0000 (+0000) Subject: Removed trailing whitespace as a test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36784e78bcce1dbaf35f94a655394e348b4d9ac7;p=clang Removed trailing whitespace as a test commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127223 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaExprCXX.cpp b/lib/Sema/SemaExprCXX.cpp index 4e018276b6..baa1597062 100644 --- a/lib/Sema/SemaExprCXX.cpp +++ b/lib/Sema/SemaExprCXX.cpp @@ -165,7 +165,7 @@ ParsedType Sema::getDestructorName(SourceLocation TildeLoc, return ParsedType::make(T); } - + if (!SearchType.isNull()) NonMatchingTypeDecl = Type; }