Math: indent fixes.
This commit is contained in:
parent
c0f44016c6
commit
72e1bfdade
3 changed files with 18 additions and 18 deletions
|
|
@ -182,14 +182,14 @@ inline std::ostream& operator<<(std::ostream &s, const Vector2<T>& v);
|
|||
// Common specialization types
|
||||
// -----------------------------
|
||||
|
||||
typedef Vector2<float> Vector2f;
|
||||
typedef Vector2<int> Vector2i;
|
||||
typedef Vector2<unsigned> Vector2u;
|
||||
typedef Vector2<float> Vector2f;
|
||||
typedef Vector2<int> Vector2i;
|
||||
typedef Vector2<unsigned> Vector2u;
|
||||
typedef Vector2<unsigned char> Vector2b;
|
||||
|
||||
typedef Vector2<float> vec2f;
|
||||
typedef Vector2<int> vec2i;
|
||||
typedef Vector2<unsigned> vec2u;
|
||||
typedef Vector2<float> vec2f;
|
||||
typedef Vector2<int> vec2i;
|
||||
typedef Vector2<unsigned> vec2u;
|
||||
typedef Vector2<unsigned char> vec2b;
|
||||
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue