fix newline and end of file problem

This commit is contained in:
alecf%netscape.com 1999-03-20 02:34:54 +00:00
parent c9eb80041f
commit 8f120bbb86
2 changed files with 2 additions and 2 deletions

View File

@ -318,4 +318,4 @@ nsOutputStream& nsEndl(nsOutputStream& os)
os.put('\n');
os.flush();
return os;
} // nsEndl
} // nsEndl

View File

@ -318,4 +318,4 @@ nsOutputStream& nsEndl(nsOutputStream& os)
os.put('\n');
os.flush();
return os;
} // nsEndl
} // nsEndl