From 4f4e2af2643c1914c2e49ac6372f7c2c38616432 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 5 Feb 2013 07:29:49 +0000 Subject: [PATCH] Spaces instead of tabs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174348 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/ToolChains.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index 39f0f06de8..d1072d5a37 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -1153,7 +1153,7 @@ Generic_GCC::GCCInstallationDetector::GCCInstallationDetector( switch (TargetTriple.getArch()) { case llvm::Triple::aarch64: - LibDirs.append(AArch64LibDirs, AArch64LibDirs + LibDirs.append(AArch64LibDirs, AArch64LibDirs + llvm::array_lengthof(AArch64LibDirs)); TripleAliases.append( AArch64Triples, AArch64Triples + llvm::array_lengthof(AArch64Triples)); @@ -2157,11 +2157,11 @@ static LinuxDistro DetectLinuxDistro(llvm::Triple::ArchType Arch) { Data.find("release 6") != StringRef::npos) return RHEL6; else if ((Data.startswith("Red Hat Enterprise Linux") || - Data.startswith("CentOS")) && + Data.startswith("CentOS")) && Data.find("release 5") != StringRef::npos) return RHEL5; else if ((Data.startswith("Red Hat Enterprise Linux") || - Data.startswith("CentOS")) && + Data.startswith("CentOS")) && Data.find("release 4") != StringRef::npos) return RHEL4; return UnknownDistro; -- 2.40.0