]> source.dussan.org Git - tigervnc.git/commitdiff
Make sure all files ends with newline
authorPeter Åstrand <astrand@cendio.se>
Wed, 10 Dec 2008 10:37:25 +0000 (10:37 +0000)
committerPeter Åstrand <astrand@cendio.se>
Wed, 10 Dec 2008 10:37:25 +0000 (10:37 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3354 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/DirManager.h
win/rfb_win32/FolderManager.h
win/rfb_win32/ListViewControl.h
win/rfb_win32/ProgressControl.cxx
win/rfb_win32/SDisplayCorePolling.h
win/vncviewer/FTProgress.cxx
win/vncviewer/ListenServer.h
win/vncviewer/ListenTrayIcon.h

index c820f64899288ff50aff9345af98c9061025db57..cfa07b56928bbecd1e5bc90435f634f32b9c3b68 100644 (file)
@@ -39,4 +39,4 @@ namespace rfb {
   };
 }
 
-#endif // __RFB_DIRMANAGER_H__
\ No newline at end of file
+#endif // __RFB_DIRMANAGER_H__
index 24923dd6e40768e5e6d7239798e2ea392db03a5b..1cd5fb350b552004e9e6dc2018d1e69e44062ee2 100644 (file)
@@ -63,4 +63,4 @@ namespace rfb {
   }
 }
 
-#endif // __RFB_WIN32_FOLDERMANAGER_H__
\ No newline at end of file
+#endif // __RFB_WIN32_FOLDERMANAGER_H__
index 8a16373853f449890c6ceb370cac394eec1151b2..41b6a2fb1475b983a18ad1319c744d11f21fee2e 100644 (file)
@@ -32,4 +32,4 @@ namespace rfb {
   };
 };
 
-#endif;
\ No newline at end of file
+#endif;
index 85bd15f33db730d3fb2784792a2769ffd8dc8c83..9b6dab43ffedd8252af3ceaaffa1ea8c7b58bb1e 100644 (file)
@@ -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
+}
index 9e1b5ad17cd94b3fcdcca1f563d17a46ef168066..526cae769fd90a4146baf664a375bede01f38ce1 100644 (file)
@@ -72,4 +72,4 @@ namespace rfb {
   };
 };
 
-#endif
\ No newline at end of file
+#endif
index e6cc952ffe81fbf23cb9c304eac4b844705d9b9c..21a114239982aeb0de32b7d31039415756abaf82 100644 (file)
@@ -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
+}
index 4d1590c02740cd1b044f68cce3e13dac9627d903..8386d2983bc74994dafb89457d3890c6de2416e2 100644 (file)
@@ -53,4 +53,4 @@ namespace rfb {
   };
 };
 
-#endif
\ No newline at end of file
+#endif
index 7e334d9153f6137bdeebd42cee4fa7a54ca3fbee..b082368e7b5969f8b94a16c030744a699495824a 100644 (file)
@@ -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__