mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Cleanup: Formatting
This commit is contained in:
parent
f5ac502f35
commit
0a137a852e
2 changed files with 2 additions and 2 deletions
|
@ -1086,7 +1086,7 @@ void Context::createDefaultConfig ()
|
||||||
if (rc_file._data != "" && ! rc_file.exists ())
|
if (rc_file._data != "" && ! rc_file.exists ())
|
||||||
{
|
{
|
||||||
if (config.getBoolean ("confirmation") &&
|
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);
|
throw std::string (STRING_CONTEXT_NEED_RC);
|
||||||
|
|
||||||
// Override data.location in the defaults.
|
// Override data.location in the defaults.
|
||||||
|
|
|
@ -352,7 +352,7 @@ void Eval::evaluatePostfixStack (
|
||||||
}
|
}
|
||||||
|
|
||||||
// An identifier that fails lookup is a string.
|
// An identifier that fails lookup is a string.
|
||||||
if (!found)
|
if (! found)
|
||||||
{
|
{
|
||||||
v.cast (Variant::type_string);
|
v.cast (Variant::type_string);
|
||||||
if (_debug)
|
if (_debug)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue