From: Peter Åstrand Date: Wed, 10 Dec 2008 10:37:25 +0000 (+0000) Subject: Make sure all files ends with newline X-Git-Tag: v0.0.90~315 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=310b30c92e5234d47254f9de83ab3c06c1fa86d1;p=tigervnc.git Make sure all files ends with newline git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3354 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/common/rfb/DirManager.h b/common/rfb/DirManager.h index c820f648..cfa07b56 100644 --- a/common/rfb/DirManager.h +++ b/common/rfb/DirManager.h @@ -39,4 +39,4 @@ namespace rfb { }; } -#endif // __RFB_DIRMANAGER_H__ \ No newline at end of file +#endif // __RFB_DIRMANAGER_H__ diff --git a/win/rfb_win32/FolderManager.h b/win/rfb_win32/FolderManager.h index 24923dd6..1cd5fb35 100644 --- a/win/rfb_win32/FolderManager.h +++ b/win/rfb_win32/FolderManager.h @@ -63,4 +63,4 @@ namespace rfb { } } -#endif // __RFB_WIN32_FOLDERMANAGER_H__ \ No newline at end of file +#endif // __RFB_WIN32_FOLDERMANAGER_H__ diff --git a/win/rfb_win32/ListViewControl.h b/win/rfb_win32/ListViewControl.h index 8a163738..41b6a2fb 100644 --- a/win/rfb_win32/ListViewControl.h +++ b/win/rfb_win32/ListViewControl.h @@ -32,4 +32,4 @@ namespace rfb { }; }; -#endif; \ No newline at end of file +#endif; diff --git a/win/rfb_win32/ProgressControl.cxx b/win/rfb_win32/ProgressControl.cxx index 85bd15f3..9b6dab43 100644 --- a/win/rfb_win32/ProgressControl.cxx +++ b/win/rfb_win32/ProgressControl.cxx @@ -94,4 +94,4 @@ ProgressControl::getCurrentPercent() if (m_dw64MaxValue == 0) return 0; return ((int) ((m_dw64CurrentValue * 100) / m_dw64MaxValue)); -} \ No newline at end of file +} diff --git a/win/rfb_win32/SDisplayCorePolling.h b/win/rfb_win32/SDisplayCorePolling.h index 9e1b5ad1..526cae76 100644 --- a/win/rfb_win32/SDisplayCorePolling.h +++ b/win/rfb_win32/SDisplayCorePolling.h @@ -72,4 +72,4 @@ namespace rfb { }; }; -#endif \ No newline at end of file +#endif diff --git a/win/vncviewer/FTProgress.cxx b/win/vncviewer/FTProgress.cxx index e6cc952f..21a11423 100644 --- a/win/vncviewer/FTProgress.cxx +++ b/win/vncviewer/FTProgress.cxx @@ -148,4 +148,4 @@ FTProgress::setProgressText() GetWindowText(m_hwndGeneralPercent, buf2, 16); if (strcmp(buf, buf2) != 0) SetWindowText(m_hwndGeneralPercent, buf); -} \ No newline at end of file +} diff --git a/win/vncviewer/ListenServer.h b/win/vncviewer/ListenServer.h index 4d1590c0..8386d298 100644 --- a/win/vncviewer/ListenServer.h +++ b/win/vncviewer/ListenServer.h @@ -53,4 +53,4 @@ namespace rfb { }; }; -#endif \ No newline at end of file +#endif diff --git a/win/vncviewer/ListenTrayIcon.h b/win/vncviewer/ListenTrayIcon.h index 7e334d91..b082368e 100644 --- a/win/vncviewer/ListenTrayIcon.h +++ b/win/vncviewer/ListenTrayIcon.h @@ -92,4 +92,4 @@ namespace rfb { }; }; -#endif // __RFB_WIN32_LISTEN_TRAY_ICON_H__ \ No newline at end of file +#endif // __RFB_WIN32_LISTEN_TRAY_ICON_H__