Codechange: coding style fixes
This commit is contained in:
@@ -97,7 +97,7 @@ struct CYapfNodeT {
|
||||
return m_key.m_td;
|
||||
}
|
||||
|
||||
inline const Tkey_& GetKey() const
|
||||
inline const Tkey_ &GetKey() const
|
||||
{
|
||||
return m_key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user