summaryrefslogtreecommitdiff
path: root/lib/MC/MCWinEH.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-06-23 09:49:53 +0000
committerAlexander Kornienko <alexfh@google.com>2015-06-23 09:49:53 +0000
commitcd52a7a381a73c53ec4ef517ad87f19808cb1a28 (patch)
treef01b0556af18c29a28885a759e435f582a88fd27 /lib/MC/MCWinEH.cpp
parentd96e362b3f1c2b5b33f04df00a7abee415ebf006 (diff)
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Apparently, the style needs to be agreed upon first. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCWinEH.cpp')
-rw-r--r--lib/MC/MCWinEH.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MC/MCWinEH.cpp b/lib/MC/MCWinEH.cpp
index 9cf2edf2a56..d5d9eadf39a 100644
--- a/lib/MC/MCWinEH.cpp
+++ b/lib/MC/MCWinEH.cpp
@@ -74,6 +74,6 @@ MCSection *UnwindEmitter::getXDataSection(const MCSymbol *Function,
return getUnwindInfoSection(".xdata", XData, Function, Context);
}
-} // namespace WinEH
-} // namespace llvm
+}
+}