mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Coding style: add spaces
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
e57fadc7a7
commit
ea33b29986
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ int CmdContinue (
|
|||
|
||||
Interval to_copy;
|
||||
|
||||
if (ids.size() == 1)
|
||||
if (ids.size () == 1)
|
||||
{
|
||||
auto intervals = getIntervalsByIds (database, rules, ids);
|
||||
|
||||
|
|
|
@ -113,8 +113,8 @@ int CmdModify (
|
|||
journal.startTransaction ();
|
||||
|
||||
database.deleteInterval (interval);
|
||||
validate(cli, rules, database, modified);
|
||||
database.addInterval(modified, verbose);
|
||||
validate (cli, rules, database, modified);
|
||||
database.addInterval (modified, verbose);
|
||||
|
||||
journal.endTransaction();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue