[Vm-dev] [commit][3685] Fix missing newline at end of sqWin32File.h

commits at squeakvm.org commits at squeakvm.org
Sat Apr 23 18:06:57 UTC 2016


Revision: 3685
Author:   eliot
Date:     2016-04-23 11:06:55 -0700 (Sat, 23 Apr 2016)
Log Message:
-----------
Fix missing newline at end of sqWin32File.h

Modified Paths:
--------------
    trunk/platforms/win32/plugins/FilePlugin/sqWin32File.h

Modified: trunk/platforms/win32/plugins/FilePlugin/sqWin32File.h
===================================================================
--- trunk/platforms/win32/plugins/FilePlugin/sqWin32File.h	2016-04-23 04:32:43 UTC (rev 3684)
+++ trunk/platforms/win32/plugins/FilePlugin/sqWin32File.h	2016-04-23 18:06:55 UTC (rev 3685)
@@ -55,4 +55,4 @@
   in_out_wide_path[in_size] = 0; \
 }
 
-#endif
\ No newline at end of file
+#endif /* __SQ_WIN32_FILE_H */



More information about the Vm-dev mailing list