Browse Source

cleanup : Remove trailing whitespaces.

Philippe Groarke 7 years ago
parent
commit
2cac15849b
2 changed files with 3 additions and 3 deletions
  1. 1 1
      glm/detail/type_vec1.inl
  2. 2 2
      glm/gtx/euler_angles.hpp

+ 1 - 1
glm/detail/type_vec1.inl

@@ -85,7 +85,7 @@ namespace glm
 #	endif//!GLM_HAS_DEFAULTED_FUNCTIONS
 
 	template<typename T, qualifier Q>
-	template<typename U> 
+	template<typename U>
 	GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CXX14 vec<1, T, Q> & vec<1, T, Q>::operator=(vec<1, U, Q> const& v)
 	{
 		this->x = static_cast<T>(v.x);

+ 2 - 2
glm/gtx/euler_angles.hpp

@@ -124,7 +124,7 @@ namespace glm
 		T const& yaw,
 		T const& pitch,
 		T const& roll);
-    
+
 	/// Creates a 3D 4 * 4 homogeneous rotation matrix from euler angles (X * Z * X).
 	/// @see gtx_euler_angles
 	template <typename T>
@@ -240,7 +240,7 @@ namespace glm
                                             T & t1,
                                             T & t2,
                                             T & t3);
-    
+
 	/// Extracts the (Y * X * Z) Euler angles from the rotation matrix M
 	/// @see gtx_euler_angles
 	template <typename T>