зеркало из https://github.com/mozilla/gecko-dev.git
Whitespace cleanup.
This commit is contained in:
Родитель
fc084e0c73
Коммит
1a8101c569
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче