From f00654e31b984a8021db6444537093121607d8cf Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Tue, 23 Jun 2015 09:49:53 +0000 Subject: Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) Apparently, the style needs to be agreed upon first. llvm-svn: 240390 --- llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h') diff --git a/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h b/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h index 2bee518fed6..6e371da3729 100644 --- a/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h +++ b/llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h @@ -159,6 +159,6 @@ public: } }; -} // namespace llvm +} #endif -- cgit v1.2.3