]> granicus.if.org Git - clang/commitdiff
Test commit: Remove blank line.
authorJoey Gouly <joey.gouly@arm.com>
Wed, 21 Nov 2012 16:54:35 +0000 (16:54 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Wed, 21 Nov 2012 16:54:35 +0000 (16:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168436 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Types.cpp

index 7906ac3726bab98dd9bbcdca709d48d5c5081dcc..07276540383f7b4efca83ef2db70d1aae9d8c7a6 100644 (file)
@@ -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: