changeset 274:d9d02dbf76a6

Fix some missing newlines at the end of header files While missing newlines at the end of source files is generally not problematic, if it happens to be a preprocessor directive, unexpected results might occur. Also putting it in shuts up warnings.
author William Astle <lost@l-w.ca>
date Wed, 05 Jun 2013 10:55:18 -0600
parents 1409debcb1a0
children 776a076d1afa
files lwlib/lw_alloc.h lwlib/lw_string.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lw_alloc.h	Sat May 25 13:35:46 2013 -0600
+++ b/lwlib/lw_alloc.h	Wed Jun 05 10:55:18 2013 -0600
@@ -39,4 +39,4 @@
 
 #undef ___E
 
-#endif /* ___lw_alloc_h_seen___ */
\ No newline at end of file
+#endif /* ___lw_alloc_h_seen___ */
--- a/lwlib/lw_string.h	Sat May 25 13:35:46 2013 -0600
+++ b/lwlib/lw_string.h	Wed Jun 05 10:55:18 2013 -0600
@@ -33,4 +33,4 @@
 
 #endif /* def ___lw_string_c_seen___ */
 
-#endif /* ___lw_string_h_seen___ */
\ No newline at end of file
+#endif /* ___lw_string_h_seen___ */