Fix some trailing whitespace (on a blank line) to cycle/test bots.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 19 Nov 2012 23:12:51 +0000 (23:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 19 Nov 2012 23:12:51 +0000 (23:12 +0000)
llvm-svn: 168340

clang/lib/Sema/SemaChecking.cpp

index 8e0a983..33dcb3a 100644 (file)
@@ -4905,7 +4905,7 @@ void CheckImplicitConversion(Sema &S, Expr *E, QualType T,
     // People want to build with -Wshorten-64-to-32 and not -Wconversion.
     if (S.SourceMgr.isInSystemMacro(CC))
       return;
-    
+
     if (TargetRange.Width == 32 && S.Context.getIntWidth(E->getType()) == 64)
       return DiagnoseImpCast(S, E, T, CC, diag::warn_impcast_integer_64_32,
                              /* pruneControlFlow */ true);