diff --git a/mozilla/xpfe/appshell/src/nsCommandLineServiceMac.h b/mozilla/xpfe/appshell/src/nsCommandLineServiceMac.h index 9a217c37c34..c98ed6f5454 100644 --- a/mozilla/xpfe/appshell/src/nsCommandLineServiceMac.h +++ b/mozilla/xpfe/appshell/src/nsCommandLineServiceMac.h @@ -19,4 +19,4 @@ // Special stuff for the Macintosh implementation of command-line service. -void InitializeMacCommandLine(int& argc, char**& argv); \ No newline at end of file +void InitializeMacCommandLine(int& argc, char**& argv); diff --git a/mozilla/xpfe/appshell/src/nsCommonDialogs.cpp b/mozilla/xpfe/appshell/src/nsCommonDialogs.cpp index 489f0eb0574..38be385dbcc 100644 --- a/mozilla/xpfe/appshell/src/nsCommonDialogs.cpp +++ b/mozilla/xpfe/appshell/src/nsCommonDialogs.cpp @@ -302,4 +302,4 @@ nsresult NS_NewCommonDialogsFactory(nsIFactory** aResult) } *aResult = inst; return rv; -} \ No newline at end of file +} diff --git a/mozilla/xpfe/appshell/src/nsDialogParamBlock.cpp b/mozilla/xpfe/appshell/src/nsDialogParamBlock.cpp index 0bd307ba1d4..dd32a96c467 100644 --- a/mozilla/xpfe/appshell/src/nsDialogParamBlock.cpp +++ b/mozilla/xpfe/appshell/src/nsDialogParamBlock.cpp @@ -109,4 +109,4 @@ nsresult NS_NewDialogParamBlockFactory(nsIFactory** aResult) } *aResult = inst; return rv; -} \ No newline at end of file +} diff --git a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp index 6c7f64c4850..c6bc097ad97 100644 --- a/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/mozilla/xpfe/appshell/src/nsWebShellWindow.cpp @@ -2902,4 +2902,4 @@ NS_IMETHODIMP nsWebShellWindow::ConfirmYN(const PRUnichar *text, PRBool *_retval NS_IMETHODIMP nsWebShellWindow::ConfirmCheckYN(const PRUnichar *text, const PRUnichar *checkMsg, PRBool *checkValue, PRBool *_retval) { return NS_ERROR_NOT_IMPLEMENTED; -} \ No newline at end of file +} diff --git a/mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.h b/mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.h index 9a217c37c34..c98ed6f5454 100644 --- a/mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.h +++ b/mozilla/xpfe/components/startup/src/nsCommandLineServiceMac.h @@ -19,4 +19,4 @@ // Special stuff for the Macintosh implementation of command-line service. -void InitializeMacCommandLine(int& argc, char**& argv); \ No newline at end of file +void InitializeMacCommandLine(int& argc, char**& argv);