mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdDenotate
- Code cleanup.
This commit is contained in:
parent
83894ae559
commit
1dfefc0be8
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ int CmdDenotate::execute (std::string& output)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extract all the ORIGINAL MODIFICATION args as simple text patter.
|
// Extract all the ORIGINAL MODIFICATION args as simple text patterns.
|
||||||
std::string pattern = "";
|
std::string pattern = "";
|
||||||
std::vector <A>::iterator a;
|
std::vector <A>::iterator a;
|
||||||
for (a = context.cli._args.begin (); a != context.cli._args.end (); ++a)
|
for (a = context.cli._args.begin (); a != context.cli._args.end (); ++a)
|
||||||
|
@ -106,7 +106,7 @@ int CmdDenotate::execute (std::string& output)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!match)
|
if (! match)
|
||||||
{
|
{
|
||||||
for (i = annotations.begin (); i != annotations.end (); ++i)
|
for (i = annotations.begin (); i != annotations.end (); ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue