From 873f74a4872e6c4231fcb7e8ecff986a8efa2bab Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Thu, 31 Jan 2002 20:39:17 +0000 Subject: [PATCH] Per the hpux compiler: # Nonempty source files must end with a newline that is not preceded by a backslash. --- content/html/document/src/nsWyciwygChannel.cpp | 2 +- content/html/document/src/nsWyciwygChannel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/html/document/src/nsWyciwygChannel.cpp b/content/html/document/src/nsWyciwygChannel.cpp index 067174aa38f..4a7d645ade2 100644 --- a/content/html/document/src/nsWyciwygChannel.cpp +++ b/content/html/document/src/nsWyciwygChannel.cpp @@ -630,4 +630,4 @@ nsWyciwygChannel::AsyncAbort(nsresult aStatus) mLoadGroup->RemoveRequest((nsIRequest *)this, nsnull, aStatus); return NS_OK; -} \ No newline at end of file +} diff --git a/content/html/document/src/nsWyciwygChannel.h b/content/html/document/src/nsWyciwygChannel.h index be4969e6581..d2a253ad3a7 100644 --- a/content/html/document/src/nsWyciwygChannel.h +++ b/content/html/document/src/nsWyciwygChannel.h @@ -96,4 +96,4 @@ protected: }; -#endif /* nsWyciwygChannel_h___ */ \ No newline at end of file +#endif /* nsWyciwygChannel_h___ */