From 93a1fc6988dbeb2395201442d70b10e15a529036 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 12 Sep 2011 14:55:17 -0500 Subject: Append missing trailing newlines A few formulae are missing trailing newlines. Let's be POSIXly correct about trailing newlines, which are part of the definition of a "line" and hence a "file". Even "diff" has it's own special handling for files without trailing newlines. Perhaps an audit check is in order. Signed-off-by: Jack Nagel --- Library/Formula/jetty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/jetty.rb') diff --git a/Library/Formula/jetty.rb b/Library/Formula/jetty.rb index b9b0e8005..a2fb5f62b 100644 --- a/Library/Formula/jetty.rb +++ b/Library/Formula/jetty.rb @@ -24,4 +24,4 @@ class Jetty < Formula chmod 0755, bin+scriptname end end -end \ No newline at end of file +end -- cgit v1.2.3