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/win/rfb_win32/ProgressControl.cxx b/win/rfb_win32/ProgressControl.cxx
index 85bd15f..9b6dab4 100644
--- a/win/rfb_win32/ProgressControl.cxx
+++ b/win/rfb_win32/ProgressControl.cxx
@@ -94,4 +94,4 @@
   if (m_dw64MaxValue == 0) return 0;
 
   return ((int) ((m_dw64CurrentValue * 100) / m_dw64MaxValue));
-}
\ No newline at end of file
+}