Added a newline the the end of file to make the native Unix compilers happy.

This commit is contained in:
briano%netscape.com 1999-07-28 21:55:50 +00:00
Родитель 9e7e24ed2c
Коммит 25ce386224
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -91,4 +91,4 @@ nsCodebasePrincipal::nsCodebasePrincipal(PRInt16 * type, const char * codeBaseUR
nsCodebasePrincipal::~nsCodebasePrincipal(void)
{
}
}

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

@ -176,4 +176,4 @@ nsPrivilege::nsPrivilege(PRInt16 state, PRInt16 duration)
nsPrivilege::~nsPrivilege(void)
{
if(itsString) delete [] itsString;
}
}