Cleaning up some whitespace.

This commit is contained in:
jst%netscape.com 2003-06-11 06:15:23 +00:00
parent 9961bf1cc7
commit 53c6ada14b

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;