From: Duncan Sands Date: Wed, 28 Nov 2007 10:13:38 +0000 (+0000) Subject: Add missing newlines at EOF. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0a488b320c3891f427ca2e6d96b1b3fc0fcc9de8;p=oota-llvm.git Add missing newlines at EOF. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44399 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineLoopInfo.h b/include/llvm/CodeGen/MachineLoopInfo.h index 41eae51b6b7..1f6b1a1a7bd 100644 --- a/include/llvm/CodeGen/MachineLoopInfo.h +++ b/include/llvm/CodeGen/MachineLoopInfo.h @@ -200,4 +200,4 @@ template <> struct GraphTraits { // Make sure that any clients of this file link in LoopInfo.cpp FORCE_DEFINING_FILE_TO_BE_LINKED(MachineLoopInfo) -#endif \ No newline at end of file +#endif diff --git a/lib/CodeGen/MachineLoopInfo.cpp b/lib/CodeGen/MachineLoopInfo.cpp index 907cc9e706e..9db5967c3ba 100644 --- a/lib/CodeGen/MachineLoopInfo.cpp +++ b/lib/CodeGen/MachineLoopInfo.cpp @@ -38,4 +38,4 @@ void MachineLoopInfo::getAnalysisUsage(AnalysisUsage &AU) const { } // Ensure this file gets linked when MachineLoopInfo.h is used. -DEFINING_FILE_FOR(MachineLoopInfo) \ No newline at end of file +DEFINING_FILE_FOR(MachineLoopInfo)