Updated tools/convert_31.rb to add a newline at end of file

git-svn-id: file:///home/svn/framework3/trunk@5732 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Ramon de C Valle 2008-10-10 03:05:30 +00:00
parent c1ac93954a
commit 5f0d947dcc
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ endc.downto(1) do |idx|
end
outp.rstrip!
outp << "\n"
fd = File.open(path, "w")
fd.write(outp)