Skip to content

Commit ffd1418

Browse files
Uncrustify
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
1 parent 94c6b17 commit ffd1418

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cpp_utils/test/unittest/time/time_utils_test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ TEST(time_utils_test, timestamp_to_string_to_timestamp)
9797
Timestamp old_time = date_to_timestamp(1970u, 7u, 20u, 6u, 39u, 42u);
9898
std::string old_time_str = timestamp_to_string(old_time);
9999

100-
std::ostringstream expected_string_os;
100+
std::ostringstream expected_string_os;
101101
expected_string_os
102102
<< 1970
103103
<< "-" << "07"
@@ -138,7 +138,7 @@ TEST(time_utils_test, timestamp_to_string_to_timestamp)
138138
<< "-" << "12"
139139
<< "-" << "44";
140140
#endif // _EPROSIMA_WINDOWS_PLATFORM
141-
141+
142142

143143
// Test timestamp_to_string
144144
ASSERT_EQ(beginning_time_str, expected_string_os.str());
@@ -195,7 +195,7 @@ TEST(time_utils_test, timestamp_to_string_to_timestamp)
195195
<< "-" << "47"
196196
<< "-" << "16";
197197
#endif // _EPROSIMA_WINDOWS_PLATFORM
198-
198+
199199

200200
// Test timestamp_to_string
201201
ASSERT_EQ(end_time_str, expected_string_os.str());

0 commit comments

Comments
 (0)