From a2457c469db0ade6d2defed7218bb7e3c6aebdce Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 28 Jun 2014 23:34:07 +0000 Subject: [PATCH] Basic: whitespace cleanup Remove unnecessary separation of anonymous namespace. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211990 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Basic/Targets.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index ebeee445d4..8312ff3d16 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -3103,9 +3103,6 @@ public: WindowsTargetInfo::getTargetDefines(Opts, Builder); } }; -} // end anonymous namespace - -namespace { // x86-32 Windows Visual Studio target class MicrosoftX86_32TargetInfo : public WindowsX86_32TargetInfo { -- 2.40.0