Kaydet (Commit) 05fa65d3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Cosmetics

Change-Id: I65ee75db015a402c8d93f10f03512669d6fa8e79
üst 6e530a23
...@@ -47,7 +47,8 @@ public: ...@@ -47,7 +47,8 @@ public:
public: public:
Iterator( int value ) : Iterator( int value ) :
m_value( value ) m_value( value )
{ } {
}
T operator*( void ) const T operator*( void ) const
{ {
...@@ -67,7 +68,6 @@ public: ...@@ -67,7 +68,6 @@ public:
private: private:
int m_value; int m_value;
}; };
}; };
template< typename T > template< typename T >
...@@ -82,7 +82,6 @@ typename enumrange<T>::Iterator end( enumrange<T> ) ...@@ -82,7 +82,6 @@ typename enumrange<T>::Iterator end( enumrange<T> )
return typename enumrange<T>::Iterator( (static_cast<int>(T::LAST)) + 1 ); return typename enumrange<T>::Iterator( (static_cast<int>(T::LAST)) + 1 );
} }
}; // namespace o3tl }; // namespace o3tl
#endif /* INCLUDED_O3TL_ENUMRANGE_HXX */ #endif /* INCLUDED_O3TL_ENUMRANGE_HXX */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment