From 72f5dcb511cf2befb25d968d3093d579eb73e063 Mon Sep 17 00:00:00 2001 From: "jst%netscape.com" Date: Wed, 11 Jun 2003 06:15:23 +0000 Subject: [PATCH] Cleaning up some whitespace. git-svn-id: svn://10.0.0.236/trunk@143575 18797224-902f-48f8-a5cc-f745e15eee43 --- .../extensions/webservices/soap/src/nsHTTPSOAPTransport.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mozilla/extensions/webservices/soap/src/nsHTTPSOAPTransport.h b/mozilla/extensions/webservices/soap/src/nsHTTPSOAPTransport.h index b4af486cebc..f745711592d 100644 --- a/mozilla/extensions/webservices/soap/src/nsHTTPSOAPTransport.h +++ b/mozilla/extensions/webservices/soap/src/nsHTTPSOAPTransport.h @@ -65,8 +65,9 @@ public: NS_DECL_ISUPPORTS}; -class nsHTTPSOAPTransportCompletion:public nsIDOMEventListener, - public nsISOAPCallCompletion { +class nsHTTPSOAPTransportCompletion : public nsIDOMEventListener, + public nsISOAPCallCompletion +{ public: nsHTTPSOAPTransportCompletion(); nsHTTPSOAPTransportCompletion(nsISOAPCall * call, @@ -77,7 +78,7 @@ public: NS_DECL_ISUPPORTS NS_DECL_NSISOAPCALLCOMPLETION // nsIDOMEventListener - NS_IMETHOD HandleEvent(nsIDOMEvent * aEvent); + NS_IMETHOD HandleEvent(nsIDOMEvent * aEvent); protected: nsCOMPtr < nsISOAPCall > mCall;