style cleanup, use { on newline after function definition.
spelling 'impliment' -> 'implement'
This commit is contained in:
@@ -308,7 +308,8 @@ const STR_String & CIntValue::GetText()
|
||||
|
||||
|
||||
|
||||
CValue* CIntValue::GetReplica() {
|
||||
CValue* CIntValue::GetReplica()
|
||||
{
|
||||
CIntValue* replica = new CIntValue(*this);
|
||||
replica->ProcessReplica();
|
||||
replica->m_pstrRep = NULL;
|
||||
|
||||
Reference in New Issue
Block a user