From: NAKAMURA Takumi Date: Tue, 29 Nov 2016 17:32:43 +0000 (+0000) Subject: Fix a linefeed at eof. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f33188e05ead50ae6f766a46f515485e66b0dd17;p=llvm Fix a linefeed at eof. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288167 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Error.cpp b/lib/Support/Error.cpp index 60854f12667..4730c0b26ba 100644 --- a/lib/Support/Error.cpp +++ b/lib/Support/Error.cpp @@ -126,4 +126,4 @@ int DisableABIBreakingChecks; #endif } // end namespace llvm -#endif \ No newline at end of file +#endif