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

Cosmetics

Change-Id: I65ee75db015a402c8d93f10f03512669d6fa8e79
üst 6e530a23
......@@ -47,7 +47,8 @@ public:
public:
Iterator( int value ) :
m_value( value )
{ }
{
}
T operator*( void ) const
{
......@@ -67,7 +68,6 @@ public:
private:
int m_value;
};
};
template< typename T >
......@@ -82,7 +82,6 @@ typename enumrange<T>::Iterator end( enumrange<T> )
return typename enumrange<T>::Iterator( (static_cast<int>(T::LAST)) + 1 );
}
}; // namespace o3tl
#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