Add newline at end of file for native unix compilers.

git-svn-id: svn://10.0.0.236/trunk@31192 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bruce%cybersight.com 1999-05-12 00:39:14 +00:00
parent fe3c39cb80
commit d84fb01ece

View File

@ -277,4 +277,5 @@ nsProxyEventClass::GetRootProxyObject(nsProxyEventObject* anObject)
{
nsProxyEventObject* result = CallQueryInterfaceOnProxy(anObject, nsISupports::GetIID());
return result ? result : anObject;
}
}