From 3c0c536300df007927879eaed4835b0b4cc3f3e8 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 19 Nov 2012 23:12:51 +0000 Subject: Fix some trailing whitespace (on a blank line) to cycle/test bots. llvm-svn: 168340 --- clang/lib/Sema/SemaChecking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Sema') diff --git a/clang/lib/Sema/SemaChecking.cpp b/clang/lib/Sema/SemaChecking.cpp index 8e0a983d127..33dcb3a6cb4 100644 --- a/clang/lib/Sema/SemaChecking.cpp +++ b/clang/lib/Sema/SemaChecking.cpp @@ -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); -- cgit v1.2.3