From: Joey Gouly Date: Wed, 21 Nov 2012 16:54:35 +0000 (+0000) Subject: Test commit: Remove blank line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21261f4f9775d1212b12be5a125ab9f3beca4c12;p=clang Test commit: Remove blank line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168436 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: