From 4f2cdf6027b426cec19334598091168e582f40d0 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Sun, 20 Aug 2006 17:29:28 +0000 Subject: [PATCH] Added some end lines to make Swig 1.3.29 work. --- Key.h | 2 +- dll_export.h | 2 +- nif_basic_types.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Key.h b/Key.h index d419ab15..e35eb11a 100644 --- a/Key.h +++ b/Key.h @@ -35,4 +35,4 @@ ostream & operator<<( ostream & out, Key<T> const & val ) { #endif } -#endif \ No newline at end of file +#endif diff --git a/dll_export.h b/dll_export.h index d547bc61..39bd548f 100644 --- a/dll_export.h +++ b/dll_export.h @@ -26,4 +26,4 @@ All rights reserved. Please see niflib.h for licence. */ #define NIFLIB_HIDDEN #endif -#endif \ No newline at end of file +#endif diff --git a/nif_basic_types.h b/nif_basic_types.h index 5b18eaeb..5df2070c 100644 --- a/nif_basic_types.h +++ b/nif_basic_types.h @@ -124,4 +124,4 @@ enum LightMode { }; } -#endif \ No newline at end of file +#endif -- GitLab