diff options
author | Peter Åstrand <astrand@cendio.se> | 2008-12-10 10:37:25 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2008-12-10 10:37:25 +0000 |
commit | 310b30c92e5234d47254f9de83ab3c06c1fa86d1 (patch) | |
tree | 8c5bbdaa6fdd7985fd70dd6fa57eb2bda073b9b4 | |
parent | 431dab05daed447440dee53baa70f218790df00a (diff) | |
download | tigervnc-310b30c92e5234d47254f9de83ab3c06c1fa86d1.tar.gz tigervnc-310b30c92e5234d47254f9de83ab3c06c1fa86d1.zip |
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
-rw-r--r-- | common/rfb/DirManager.h | 2 | ||||
-rw-r--r-- | win/rfb_win32/FolderManager.h | 2 | ||||
-rw-r--r-- | win/rfb_win32/ListViewControl.h | 2 | ||||
-rw-r--r-- | win/rfb_win32/ProgressControl.cxx | 2 | ||||
-rw-r--r-- | win/rfb_win32/SDisplayCorePolling.h | 2 | ||||
-rw-r--r-- | win/vncviewer/FTProgress.cxx | 2 | ||||
-rw-r--r-- | win/vncviewer/ListenServer.h | 2 | ||||
-rw-r--r-- | 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__ |