# HG changeset patch # User William Astle # Date 1370451318 21600 # Node ID d9d02dbf76a6061bae9da3cb1994ad13dd5bb418 # Parent 1409debcb1a098d840aecd834c9a30e4aed7e1fe 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. diff -r 1409debcb1a0 -r d9d02dbf76a6 lwlib/lw_alloc.h --- 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___ */ diff -r 1409debcb1a0 -r d9d02dbf76a6 lwlib/lw_string.h --- 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___ */