From bcc3c85a438e411b44342baeaea46545e69a5135 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Thu, 7 Dec 2000 09:06:55 +0000 Subject: [PATCH] now that the bustage is cleanedup (sorry), I'm fixing the whitespace of that hasty checkin --- js/src/xpconnect/src/xpcwrappednativeclass.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/src/xpconnect/src/xpcwrappednativeclass.cpp b/js/src/xpconnect/src/xpcwrappednativeclass.cpp index 49e44207cff..ba246cd8cac 100644 --- a/js/src/xpconnect/src/xpcwrappednativeclass.cpp +++ b/js/src/xpconnect/src/xpcwrappednativeclass.cpp @@ -341,8 +341,7 @@ nsXPCWrappedNativeClass::HandlePossibleNameCaseError(JSContext* cx, jsid id) nsCOMPtr e = dont_AddRef(NS_STATIC_CAST(nsIXPCException*, - nsXPCException::NewException("", - NS_OK, nsnull, nsnull))); + nsXPCException::NewException("", NS_OK, nsnull, nsnull))); nsCOMPtr loc = nsnull; if(e)