Add newline at end of file.

This commit is contained in:
Axel Naumann 2016-09-26 15:41:13 +02:00 committed by sftnight
parent 6ed81169e8
commit 1ce8341b6d
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
namespace test {
template <typename T> void foo(int x=0);
}
}

View File

@ -1,3 +1,3 @@
namespace test {
template <typename T> void foo(int x=0){}
}
}

View File

@ -2,4 +2,4 @@ template<> class Gen<float> {
};
template<typename T> class Partial<T,int> {
};
};

View File

@ -3,4 +3,4 @@
#include <algorithm>
#include <iostream>
//4 diffferent sorts of headers: containers, traits, functions, traditional classes
//4 diffferent sorts of headers: containers, traits, functions, traditional classes