Adding blank lines for native compilers.

This commit is contained in:
bruce%cybersight.com 1999-04-13 06:35:42 +00:00
parent 79742b53ce
commit 5b0e694071
7 changed files with 7 additions and 7 deletions

View File

@ -1187,4 +1187,4 @@ nsprPath::~nsprPath()
{
if (modifiedNSPRPath != nsnull)
delete [] modifiedNSPRPath;
}
}

View File

@ -34,4 +34,4 @@ NS_DEFINE_IID(kIDOMFormListenerIID, NS_IDOMFORMLISTENER_IID);
NS_DEFINE_IID(kIDOMLoadListenerIID, NS_IDOMLOADLISTENER_IID);
NS_DEFINE_IID(kIDOMDragListenerIID, NS_IDOMDRAGLISTENER_IID);
NS_DEFINE_IID(kIDOMPaintListenerIID, NS_IDOMPAINTLISTENER_IID);
NS_DEFINE_IID(kIDOMTextListenerIID,NS_IDOMTEXTLISTENER_IID);
NS_DEFINE_IID(kIDOMTextListenerIID,NS_IDOMTEXTLISTENER_IID);

View File

@ -34,4 +34,4 @@ NS_DEFINE_IID(kIDOMFormListenerIID, NS_IDOMFORMLISTENER_IID);
NS_DEFINE_IID(kIDOMLoadListenerIID, NS_IDOMLOADLISTENER_IID);
NS_DEFINE_IID(kIDOMDragListenerIID, NS_IDOMDRAGLISTENER_IID);
NS_DEFINE_IID(kIDOMPaintListenerIID, NS_IDOMPAINTLISTENER_IID);
NS_DEFINE_IID(kIDOMTextListenerIID,NS_IDOMTEXTLISTENER_IID);
NS_DEFINE_IID(kIDOMTextListenerIID,NS_IDOMTEXTLISTENER_IID);

View File

@ -343,4 +343,4 @@ nsEventStatus nsMenu::MenuDestruct(const nsMenuEvent & aMenuEvent)
mListener->MenuDeselected(aMenuEvent);
}
return nsEventStatus_eIgnore;
}
}

View File

@ -215,4 +215,4 @@ nsEventStatus nsMenuBar::MenuConstruct(const nsMenuEvent & aMenuEvent)
nsEventStatus nsMenuBar::MenuDestruct(const nsMenuEvent & aMenuEvent)
{
return nsEventStatus_eIgnore;
}
}

View File

@ -346,4 +346,4 @@ nsEventStatus nsMenuItem::MenuDestruct(const nsMenuEvent & aMenuEvent)
{
g_print("nsMenuItem::MenuDestruct\n");
return nsEventStatus_eIgnore;
}
}

View File

@ -1187,4 +1187,4 @@ nsprPath::~nsprPath()
{
if (modifiedNSPRPath != nsnull)
delete [] modifiedNSPRPath;
}
}