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/vncviewer/FTProgress.cxx b/win/vncviewer/FTProgress.cxx
index e6cc952..21a1142 100644
--- a/win/vncviewer/FTProgress.cxx
+++ b/win/vncviewer/FTProgress.cxx
@@ -148,4 +148,4 @@
   GetWindowText(m_hwndGeneralPercent, buf2, 16);
   if (strcmp(buf, buf2) != 0)
     SetWindowText(m_hwndGeneralPercent, buf);
-}
\ No newline at end of file
+}