From 01bff7038323d617fbc83a39e9072631ccbdd65f Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 30 Oct 2002 02:07:20 +0000 Subject: fixed spacing in the headers to get rid of some warnings and some other little minor spacing issues. --- intern/moto/include/GEN_List.h | 2 -- intern/moto/include/GEN_Map.h | 2 -- intern/moto/include/MT_CmMatrix4x4.h | 1 + intern/moto/include/MT_Matrix3x3.h | 1 + intern/moto/include/MT_Matrix4x4.h | 1 + intern/moto/include/MT_MinMax.h | 1 + intern/moto/include/MT_Optimize.h | 1 + intern/moto/include/MT_Plane3.h | 2 -- intern/moto/include/MT_Point2.h | 1 + intern/moto/include/MT_Point3.h | 1 + intern/moto/include/MT_Quaternion.h | 2 -- intern/moto/include/MT_Scalar.h | 1 - intern/moto/include/MT_Stream.h | 1 + intern/moto/include/MT_Transform.h | 4 ---- intern/moto/include/MT_Tuple2.h | 1 + intern/moto/include/MT_Tuple3.h | 1 + intern/moto/include/MT_Tuple4.h | 1 + intern/moto/include/MT_Vector2.h | 1 + intern/moto/include/MT_Vector3.h | 1 + intern/moto/include/MT_assert.h | 2 -- intern/moto/include/NM_Scalar.h | 7 ------- 21 files changed, 13 insertions(+), 22 deletions(-) (limited to 'intern/moto') diff --git a/intern/moto/include/GEN_List.h b/intern/moto/include/GEN_List.h index c7f974430f3..03d9463b2bb 100644 --- a/intern/moto/include/GEN_List.h +++ b/intern/moto/include/GEN_List.h @@ -116,5 +116,3 @@ private: #endif - - diff --git a/intern/moto/include/GEN_Map.h b/intern/moto/include/GEN_Map.h index a1d0dbfe73a..38b1500fd98 100644 --- a/intern/moto/include/GEN_Map.h +++ b/intern/moto/include/GEN_Map.h @@ -148,5 +148,3 @@ private: #endif - - diff --git a/intern/moto/include/MT_CmMatrix4x4.h b/intern/moto/include/MT_CmMatrix4x4.h index a6e259fbe17..d0dcac6d023 100644 --- a/intern/moto/include/MT_CmMatrix4x4.h +++ b/intern/moto/include/MT_CmMatrix4x4.h @@ -145,3 +145,4 @@ protected: }; #endif //MT_CmMatrix4x4 + diff --git a/intern/moto/include/MT_Matrix3x3.h b/intern/moto/include/MT_Matrix3x3.h index 01e5f01b539..c9597630ed1 100755 --- a/intern/moto/include/MT_Matrix3x3.h +++ b/intern/moto/include/MT_Matrix3x3.h @@ -212,3 +212,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix3x3& m) { #endif #endif + diff --git a/intern/moto/include/MT_Matrix4x4.h b/intern/moto/include/MT_Matrix4x4.h index 0376db9e122..b4f271000dd 100755 --- a/intern/moto/include/MT_Matrix4x4.h +++ b/intern/moto/include/MT_Matrix4x4.h @@ -248,3 +248,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Matrix4x4& m) { #endif #endif + diff --git a/intern/moto/include/MT_MinMax.h b/intern/moto/include/MT_MinMax.h index b206aa6efaf..06f8a8d18c8 100755 --- a/intern/moto/include/MT_MinMax.h +++ b/intern/moto/include/MT_MinMax.h @@ -67,3 +67,4 @@ inline void MT_set_max(T& a, const T& b) { } #endif + diff --git a/intern/moto/include/MT_Optimize.h b/intern/moto/include/MT_Optimize.h index 0ff3afcbd60..bf54ca8cade 100644 --- a/intern/moto/include/MT_Optimize.h +++ b/intern/moto/include/MT_Optimize.h @@ -40,3 +40,4 @@ #endif #endif + diff --git a/intern/moto/include/MT_Plane3.h b/intern/moto/include/MT_Plane3.h index bb9dd9e4f79..85315af8f5f 100644 --- a/intern/moto/include/MT_Plane3.h +++ b/intern/moto/include/MT_Plane3.h @@ -133,7 +133,5 @@ public : #include "MT_Plane3.inl" #endif - #endif - diff --git a/intern/moto/include/MT_Point2.h b/intern/moto/include/MT_Point2.h index 2c3abaaf977..c6995f1ab0b 100644 --- a/intern/moto/include/MT_Point2.h +++ b/intern/moto/include/MT_Point2.h @@ -79,3 +79,4 @@ MT_Point2 MT_lerp(const MT_Point2& p1, const MT_Point2& p2, MT_Scalar t); #endif #endif + diff --git a/intern/moto/include/MT_Point3.h b/intern/moto/include/MT_Point3.h index aa0b4c5f1bb..90a1a37ed37 100644 --- a/intern/moto/include/MT_Point3.h +++ b/intern/moto/include/MT_Point3.h @@ -79,3 +79,4 @@ MT_Point3 MT_lerp(const MT_Point3& p1, const MT_Point3& p2, MT_Scalar t); #endif #endif + diff --git a/intern/moto/include/MT_Quaternion.h b/intern/moto/include/MT_Quaternion.h index 577df2e9fa5..045d346229c 100644 --- a/intern/moto/include/MT_Quaternion.h +++ b/intern/moto/include/MT_Quaternion.h @@ -108,5 +108,3 @@ MT_Quaternion operator*(const MT_Vector3& w, const MT_Quaternion& q); #endif - - diff --git a/intern/moto/include/MT_Scalar.h b/intern/moto/include/MT_Scalar.h index a3257c3c73d..0a72a52c20e 100755 --- a/intern/moto/include/MT_Scalar.h +++ b/intern/moto/include/MT_Scalar.h @@ -83,6 +83,5 @@ inline MT_Scalar MT_random() { return MT_Scalar(MT_rand()) / MT_Scalar(MT_RAND_MAX); } - #endif diff --git a/intern/moto/include/MT_Stream.h b/intern/moto/include/MT_Stream.h index 6be0437f257..75d61014df8 100755 --- a/intern/moto/include/MT_Stream.h +++ b/intern/moto/include/MT_Stream.h @@ -56,3 +56,4 @@ inline MT_OStream& GEN_endl(MT_OStream& os) { return std::endl(os); } #endif #endif + diff --git a/intern/moto/include/MT_Transform.h b/intern/moto/include/MT_Transform.h index 73ad0c77fa5..e774b125d0e 100644 --- a/intern/moto/include/MT_Transform.h +++ b/intern/moto/include/MT_Transform.h @@ -166,7 +166,3 @@ inline MT_Transform operator*(const MT_Transform& t1, const MT_Transform& t2) { #endif - - - - diff --git a/intern/moto/include/MT_Tuple2.h b/intern/moto/include/MT_Tuple2.h index edefc2669e5..8a8334663ce 100755 --- a/intern/moto/include/MT_Tuple2.h +++ b/intern/moto/include/MT_Tuple2.h @@ -107,3 +107,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple2& t) { } #endif + diff --git a/intern/moto/include/MT_Tuple3.h b/intern/moto/include/MT_Tuple3.h index 127b18bd41b..13be54adb57 100755 --- a/intern/moto/include/MT_Tuple3.h +++ b/intern/moto/include/MT_Tuple3.h @@ -112,3 +112,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple3& t) { } #endif + diff --git a/intern/moto/include/MT_Tuple4.h b/intern/moto/include/MT_Tuple4.h index 96ee2d1d1e1..72b9e5f90a6 100755 --- a/intern/moto/include/MT_Tuple4.h +++ b/intern/moto/include/MT_Tuple4.h @@ -122,3 +122,4 @@ inline MT_OStream& operator<<(MT_OStream& os, const MT_Tuple4& t) { } #endif + diff --git a/intern/moto/include/MT_Vector2.h b/intern/moto/include/MT_Vector2.h index 8cdeaacdbb0..b65feeff8bf 100644 --- a/intern/moto/include/MT_Vector2.h +++ b/intern/moto/include/MT_Vector2.h @@ -110,3 +110,4 @@ MT_Scalar MT_triple(const MT_Vector2& v1, const MT_Vector2& v2, #endif #endif + diff --git a/intern/moto/include/MT_Vector3.h b/intern/moto/include/MT_Vector3.h index b1578f81c51..e940e55d10c 100644 --- a/intern/moto/include/MT_Vector3.h +++ b/intern/moto/include/MT_Vector3.h @@ -116,3 +116,4 @@ MT_Scalar MT_triple(const MT_Vector3& v1, const MT_Vector3& v2, #endif #endif + diff --git a/intern/moto/include/MT_assert.h b/intern/moto/include/MT_assert.h index 392bcac311b..2f9f3c928db 100644 --- a/intern/moto/include/MT_assert.h +++ b/intern/moto/include/MT_assert.h @@ -47,5 +47,3 @@ #endif - - diff --git a/intern/moto/include/NM_Scalar.h b/intern/moto/include/NM_Scalar.h index 98b14ed7ee0..3224ef4ee18 100644 --- a/intern/moto/include/NM_Scalar.h +++ b/intern/moto/include/NM_Scalar.h @@ -157,10 +157,3 @@ inline NM_Scalar pow(const NM_Scalar& x, const NM_Scalar& y) { fabs(y.getValue()) * x.getError() + 1.0); } - - - - - - - -- cgit v1.2.3