From 6192e3ee0b2ad644e740efd34d48c76e64a6c9ba Mon Sep 17 00:00:00 2001 From: "dbragg%netscape.com" Date: Mon, 22 Jan 2001 21:40:33 +0000 Subject: [PATCH] Added CR to end of file for certain unix platforms.(originally checked in from windows as part of fix for 62167 --- xpcom/threads/nsProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/threads/nsProcess.h b/xpcom/threads/nsProcess.h index c222cc07485..141995cfe43 100644 --- a/xpcom/threads/nsProcess.h +++ b/xpcom/threads/nsProcess.h @@ -51,4 +51,4 @@ private: }; -#endif \ No newline at end of file +#endif