Missed a bit of indentation in previous commit

This was SVN commit r11343.
This commit is contained in:
vts 2012-03-15 22:58:25 +00:00
parent 31da0a746b
commit 2207786c05

View File

@ -129,7 +129,7 @@ void CParamNode::ApplyLayer(const XMBFile& xmb, const XMBElement& element)
tokens.erase(tokenIt);
else
LOGWARNING(L"[ParamNode] Could not remove token '%ls' from node '%ls'; not present in list nor inherited (possible typo?)",
newTokens[i].substr(1).c_str(), name.c_str());
newTokens[i].substr(1).c_str(), name.c_str());
}
else
{