From 21261f4f9775d1212b12be5a125ab9f3beca4c12 Mon Sep 17 00:00:00 2001 From: Joey Gouly Date: Wed, 21 Nov 2012 16:54:35 +0000 Subject: [PATCH] Test commit: Remove blank line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168436 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/Types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Driver/Types.cpp b/lib/Driver/Types.cpp index 7906ac3726..0727654038 100644 --- a/lib/Driver/Types.cpp +++ b/lib/Driver/Types.cpp @@ -229,7 +229,7 @@ ID types::lookupCXXTypeForCType(ID Id) { switch (Id) { default: return Id; - + case types::TY_C: return types::TY_CXX; case types::TY_PP_C: -- 2.40.0