From 310b30c92e5234d47254f9de83ab3c06c1fa86d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Wed, 10 Dec 2008 10:37:25 +0000 Subject: [PATCH] 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 --- common/rfb/DirManager.h | 2 +- win/rfb_win32/FolderManager.h | 2 +- win/rfb_win32/ListViewControl.h | 2 +- win/rfb_win32/ProgressControl.cxx | 2 +- win/rfb_win32/SDisplayCorePolling.h | 2 +- win/vncviewer/FTProgress.cxx | 2 +- win/vncviewer/ListenServer.h | 2 +- win/vncviewer/ListenTrayIcon.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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__ -- 2.39.5