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)
llvm-svn: 211528

clang/lib/CodeGen/CodeGenModule.cpp

index 6e02342..f1b899f 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