fix newline and end of file problem

This commit is contained in:
alecf%netscape.com 1999-03-20 02:34:54 +00:00
Родитель c9eb80041f
Коммит 8f120bbb86
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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