From 1ce8341b6d55d30c536fe85e6ba8de8d6bbc8afe Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Mon, 26 Sep 2016 15:41:13 +0200 Subject: [PATCH] Add newline at end of file. --- test/Autoloading/FakeFwd.h | 2 +- test/Autoloading/FunctionTemplate.h | 2 +- test/Autoloading/Spc.h | 2 +- test/Autoloading/Stlinc.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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