CmdDenotate
- Code cleanup.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user