Skip to content

Commit f36619b

Browse files
committed
utest_case.h : Fix comment indentation
1 parent 165d76a commit f36619b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/frameworks/utest/utest/utest_case.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ namespace v1 {
165165

166166
private:
167167
// IMPORTANT: No data members shall be declared inside this class.
168-
// Data members shall be declared in case_t to preserve the layout
169-
// and the compatibility between the two types.
168+
// Data members shall be declared in case_t to preserve the layout
169+
// and the compatibility between the two types.
170170

171171
friend class Harness;
172172
friend class Specification;

0 commit comments

Comments
 (0)