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 4e01827..baa1597 100644
--- a/lib/Sema/SemaExprCXX.cpp
+++ b/lib/Sema/SemaExprCXX.cpp
@@ -165,7 +165,7 @@
 
         return ParsedType::make(T);
       }
-      
+
       if (!SearchType.isNull())
         NonMatchingTypeDecl = Type;
     }