Tab cleanup.

This commit is contained in:
Jason Felds
2006-08-18 03:09:42 +00:00
parent e0a28fa996
commit 43bc8400a0
+1 -1
View File
@@ -309,7 +309,7 @@ static void MergeActorXML( XNode *pChild, const XNode *pParent )
if( pChild->GetChildValue(p->first, sOld) )
{
RString sWarning =
ssprintf( "Overriding \"%s\" (\"%s\") in XML node \"%s\" with \"%s\" in XML node \"%s\"",
ssprintf( "Overriding \"%s\" (\"%s\") in XML node \"%s\" with \"%s\" in XML node \"%s\"",
p->first.c_str(),
p->second.c_str(),
pChild->m_sName.c_str(),