summaryrefslogtreecommitdiff
path: root/src/components/formatters/test/src/meta_formatter_test_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/test/src/meta_formatter_test_helper.cc')
-rw-r--r--src/components/formatters/test/src/meta_formatter_test_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/formatters/test/src/meta_formatter_test_helper.cc b/src/components/formatters/test/src/meta_formatter_test_helper.cc
index 4f8975fe53..0c396d4dc7 100644
--- a/src/components/formatters/test/src/meta_formatter_test_helper.cc
+++ b/src/components/formatters/test/src/meta_formatter_test_helper.cc
@@ -148,7 +148,7 @@ void CMetaFormatterTestHelper::CompareObjects(const SmartObject& first,
for (std::set<std::string>::const_iterator key = keys.begin();
key != keys.end();
- key++) {
+ ++key) {
CompareObjects(first.getElement(*key), second.getElement(*key));
}
} else if (SmartType_Boolean == first.getType()) {