From: Edward O'Callaghan Date: Mon, 5 Oct 2009 18:43:19 +0000 (+0000) Subject: No newline at end of files. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aa5c1b7f9366950b4cbe710c8426d8589d5d975b;p=oota-llvm.git No newline at end of files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83318 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 +}