summaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2008-12-10 10:37:25 +0000
committerPeter Åstrand <astrand@cendio.se>2008-12-10 10:37:25 +0000
commit310b30c92e5234d47254f9de83ab3c06c1fa86d1 (patch)
tree8c5bbdaa6fdd7985fd70dd6fa57eb2bda073b9b4 /win/rfb_win32
parent431dab05daed447440dee53baa70f218790df00a (diff)
downloadtigervnc-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
Diffstat (limited to 'win/rfb_win32')
-rw-r--r--win/rfb_win32/FolderManager.h2
-rw-r--r--win/rfb_win32/ListViewControl.h2
-rw-r--r--win/rfb_win32/ProgressControl.cxx2
-rw-r--r--win/rfb_win32/SDisplayCorePolling.h2
4 files changed, 4 insertions, 4 deletions
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