Cleanup: Formatting

This commit is contained in:
Paul Beckingham
2017-03-19 09:59:20 -04:00
parent f5ac502f35
commit 0a137a852e
2 changed files with 2 additions and 2 deletions

View File

@@ -352,7 +352,7 @@ void Eval::evaluatePostfixStack (
}
// An identifier that fails lookup is a string.
if (!found)
if (! found)
{
v.cast (Variant::type_string);
if (_debug)