[cfe-commits] r127223 - /cfe/trunk/lib/Sema/SemaExprCXX.cpp
John Wiegley
johnw at boostpro.com
Tue Mar 8 00:13:22 PST 2011
Author: johnw
Date: Tue Mar 8 02:13:22 2011
New Revision: 127223
URL: http://llvm.org/viewvc/llvm-project?rev=127223&view=rev
Log:
Removed trailing whitespace as a test commit
Modified:
cfe/trunk/lib/Sema/SemaExprCXX.cpp
Modified: cfe/trunk/lib/Sema/SemaExprCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExprCXX.cpp?rev=127223&r1=127222&r2=127223&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExprCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExprCXX.cpp Tue Mar 8 02:13:22 2011
@@ -165,7 +165,7 @@
return ParsedType::make(T);
}
-
+
if (!SearchType.isNull())
NonMatchingTypeDecl = Type;
}
More information about the cfe-commits
mailing list