From 77605dd9e43caa12b00fc8dbea123107169ae830 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Sat, 6 Mar 2004 00:32:07 +0000 Subject: [PATCH] Whitespace cleanup. --- extensions/webservices/soap/src/nsSOAPParameter.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extensions/webservices/soap/src/nsSOAPParameter.h b/extensions/webservices/soap/src/nsSOAPParameter.h index 92841aa6f41..f00a8b06fc7 100644 --- a/extensions/webservices/soap/src/nsSOAPParameter.h +++ b/extensions/webservices/soap/src/nsSOAPParameter.h @@ -50,13 +50,16 @@ #include "nsCOMPtr.h" #include "nsSOAPBlock.h" -class nsSOAPParameter:public nsSOAPBlock, public nsISOAPParameter { +class nsSOAPParameter : public nsSOAPBlock, + public nsISOAPParameter +{ public: nsSOAPParameter(); virtual ~ nsSOAPParameter(); NS_DECL_ISUPPORTS NS_FORWARD_NSISOAPBLOCK(nsSOAPBlock::) // nsISOAPParameter - NS_DECL_NSISOAPPARAMETER}; + NS_DECL_NSISOAPPARAMETER +}; #endif