From aa5c1b7f9366950b4cbe710c8426d8589d5d975b Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 5 Oct 2009 18:43:19 +0000 Subject: [PATCH] No newline at end of files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83318 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCDisassembler.cpp | 2 +- lib/MC/MCInstPrinter.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/MC/MCDisassembler.cpp b/lib/MC/MCDisassembler.cpp index 09856028103..08096906462 100644 --- a/lib/MC/MCDisassembler.cpp +++ b/lib/MC/MCDisassembler.cpp @@ -11,4 +11,4 @@ using namespace llvm; MCDisassembler::~MCDisassembler() { -} \ No newline at end of file +} diff --git a/lib/MC/MCInstPrinter.cpp b/lib/MC/MCInstPrinter.cpp index 6c33216d53e..e90c03c0cf4 100644 --- a/lib/MC/MCInstPrinter.cpp +++ b/lib/MC/MCInstPrinter.cpp @@ -11,4 +11,4 @@ using namespace llvm; MCInstPrinter::~MCInstPrinter() { -} \ No newline at end of file +}