Cleaning up some whitespace.

git-svn-id: svn://10.0.0.236/trunk@143575 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com 2003-06-11 06:15:23 +00:00
parent b05ff2a954
commit 72f5dcb511

View File

@ -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;