Cleanup: Formatting

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

View file

@ -1086,7 +1086,7 @@ void Context::createDefaultConfig ()
if (rc_file._data != "" && ! rc_file.exists ())
{
if (config.getBoolean ("confirmation") &&
!confirm (format (STRING_CONTEXT_CREATE_RC, home_dir, rc_file._data)))
! confirm (format (STRING_CONTEXT_CREATE_RC, home_dir, rc_file._data)))
throw std::string (STRING_CONTEXT_NEED_RC);
// Override data.location in the defaults.

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)