From 1dfefc0be8626e85912a0197ce686d3ec4beba71 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 9 Nov 2014 12:23:56 -0500 Subject: [PATCH] CmdDenotate - Code cleanup. --- src/commands/CmdDenotate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdDenotate.cpp b/src/commands/CmdDenotate.cpp index f72e25a19..57a883e40 100644 --- a/src/commands/CmdDenotate.cpp +++ b/src/commands/CmdDenotate.cpp @@ -63,7 +63,7 @@ int CmdDenotate::execute (std::string& output) 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::vector ::iterator a; for (a = context.cli._args.begin (); a != context.cli._args.end (); ++a) @@ -106,7 +106,7 @@ int CmdDenotate::execute (std::string& output) break; } } - if (!match) + if (! match) { for (i = annotations.begin (); i != annotations.end (); ++i) {