From: Justin Bogner Date: Mon, 23 Jun 2014 20:03:28 +0000 (+0000) Subject: CodeGen: Remove a stray tab character (NFC) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e12438860b7ed753d0c43d995ab0669199c0b0f;p=clang CodeGen: Remove a stray tab character (NFC) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211528 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index 6e02342fbe..f1b899f49f 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -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