]> granicus.if.org Git - clang/commitdiff
CodeGen: Remove a stray tab character (NFC)
authorJustin Bogner <mail@justinbogner.com>
Mon, 23 Jun 2014 20:03:28 +0000 (20:03 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 23 Jun 2014 20:03:28 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211528 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.cpp

index 6e02342fbece2966765b543f0f132e96d971f91e..f1b899f49f5c3ee635fdc1428db08e684d1d232d 100644 (file)
@@ -354,7 +354,7 @@ void CodeGenModule::Release() {
 
   // We need to record the widths of enums and wchar_t, so that we can generate
   // the correct build attributes in the ARM backend.
-       llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
+  llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
   if (   Arch == llvm::Triple::arm
       || Arch == llvm::Triple::armeb
       || Arch == llvm::Triple::thumb