summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/test/SmartObjectDraft_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/smart_objects/test/SmartObjectDraft_test.cc')
-rw-r--r--src/components/smart_objects/test/SmartObjectDraft_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/smart_objects/test/SmartObjectDraft_test.cc b/src/components/smart_objects/test/SmartObjectDraft_test.cc
index 85c97c2625..2932a68167 100644
--- a/src/components/smart_objects/test/SmartObjectDraft_test.cc
+++ b/src/components/smart_objects/test/SmartObjectDraft_test.cc
@@ -190,7 +190,7 @@ TEST(SmartObjectsDraftTest, test_helper_methods) {
// ---- DOUBLE ---- //
obj = 3.14;
ASSERT_EQ(3.14, obj.asDouble());
- //TEST_COMPONENTS_SMART_OBJECTS_SMARTOBJECTDRAFTTEST_H_
+ // TEST_COMPONENTS_SMART_OBJECTS_SMARTOBJECTDRAFTTEST_H_
// ---- CHAR ---- //
obj = 'a';
ASSERT_EQ('a', obj.asChar());
@@ -358,7 +358,7 @@ TEST(SmartObjectsDraftTest, compare_map_type) {
ASSERT_NE(other_value2, SmartObject());
}
// TODO(Ezamakhov): add test for conversion string/int/double
-}// namespace SmartObjectDraftTest
+} // namespace SmartObjectDraftTest
} // namespace SmartObjects
} // namespace components
} // namespace test