From 8f120bbb8679cb2b8eff554a25df0ee5217d47ca Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Sat, 20 Mar 1999 02:34:54 +0000 Subject: [PATCH] fix newline and end of file problem --- base/src/nsFileStream.cpp | 2 +- xpcom/io/nsFileStream.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/src/nsFileStream.cpp b/base/src/nsFileStream.cpp index b0d32f7b6b86..418647bbcc2b 100644 --- a/base/src/nsFileStream.cpp +++ b/base/src/nsFileStream.cpp @@ -318,4 +318,4 @@ nsOutputStream& nsEndl(nsOutputStream& os) os.put('\n'); os.flush(); return os; -} // nsEndl \ No newline at end of file +} // nsEndl diff --git a/xpcom/io/nsFileStream.cpp b/xpcom/io/nsFileStream.cpp index b0d32f7b6b86..418647bbcc2b 100644 --- a/xpcom/io/nsFileStream.cpp +++ b/xpcom/io/nsFileStream.cpp @@ -318,4 +318,4 @@ nsOutputStream& nsEndl(nsOutputStream& os) os.put('\n'); os.flush(); return os; -} // nsEndl \ No newline at end of file +} // nsEndl