From d84fb01ece928b551da033d552c33aec239d4e0f Mon Sep 17 00:00:00 2001 From: "bruce%cybersight.com" Date: Wed, 12 May 1999 00:39:14 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/proxy/src/nsProxyEventClass.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/xpcom/proxy/src/nsProxyEventClass.cpp b/mozilla/xpcom/proxy/src/nsProxyEventClass.cpp index 6f383abe7be..c72538ed892 100644 --- a/mozilla/xpcom/proxy/src/nsProxyEventClass.cpp +++ b/mozilla/xpcom/proxy/src/nsProxyEventClass.cpp @@ -277,4 +277,5 @@ nsProxyEventClass::GetRootProxyObject(nsProxyEventObject* anObject) { nsProxyEventObject* result = CallQueryInterfaceOnProxy(anObject, nsISupports::GetIID()); return result ? result : anObject; -} \ No newline at end of file +} +