PR-82: Fix indent

This commit is contained in:
Lynix
2016-10-13 04:48:19 +02:00
parent 5ea3eab8fc
commit 5d5c7b4284
6 changed files with 54 additions and 71 deletions

View File

@@ -122,10 +122,7 @@ template<typename T> Nz::Vector2<T> operator/(T scale, const Nz::Vector2<T>& vec
namespace std
{
template<class T>
struct hash<Nz::Vector2<T>>;
template<class T> struct hash<Nz::Vector2<T>>;
}
#include <Nazara/Math/Vector2.inl>