diff --git a/test/Autoloading/FakeFwd.h b/test/Autoloading/FakeFwd.h index ac8a294a..6ad2e248 100644 --- a/test/Autoloading/FakeFwd.h +++ b/test/Autoloading/FakeFwd.h @@ -1,3 +1,3 @@ namespace test { template void foo(int x=0); -} \ No newline at end of file +} diff --git a/test/Autoloading/FunctionTemplate.h b/test/Autoloading/FunctionTemplate.h index 1170420e..f7cc15e2 100644 --- a/test/Autoloading/FunctionTemplate.h +++ b/test/Autoloading/FunctionTemplate.h @@ -1,3 +1,3 @@ namespace test { template void foo(int x=0){} -} \ No newline at end of file +} diff --git a/test/Autoloading/Spc.h b/test/Autoloading/Spc.h index e910243c..a22919b9 100644 --- a/test/Autoloading/Spc.h +++ b/test/Autoloading/Spc.h @@ -2,4 +2,4 @@ template<> class Gen { }; template class Partial { -}; \ No newline at end of file +}; diff --git a/test/Autoloading/Stlinc.h b/test/Autoloading/Stlinc.h index b6af4fc9..e2b1bc64 100644 --- a/test/Autoloading/Stlinc.h +++ b/test/Autoloading/Stlinc.h @@ -3,4 +3,4 @@ #include #include -//4 diffferent sorts of headers: containers, traits, functions, traditional classes \ No newline at end of file +//4 diffferent sorts of headers: containers, traits, functions, traditional classes