mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Cleaning up some whitespace.
This commit is contained in:
parent
9961bf1cc7
commit
53c6ada14b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user