Fixed: new line at the end of a file is not displayed in diff.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1487 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-06-02 20:14:06 +00:00
parent 36162c6cf2
commit 891a71ad47
1 changed files with 0 additions and 1 deletions

View File

@ -279,7 +279,6 @@ module Redmine
end
else
if line =~ /^[^\+\-\s@\\]/
self.delete(self.keys.sort.last)
@parsing = false
return false
elsif line =~ /^@@ (\+|\-)(\d+)(,\d+)? (\+|\-)(\d+)(,\d+)? @@/