utest_case.h : Fix comment indentation

pull/4430/head
Vincent Coubard 2017-06-05 09:31:23 +01:00
parent 165d76ae25
commit f36619b859
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ namespace v1 {
private:
// IMPORTANT: No data members shall be declared inside this class.
// Data members shall be declared in case_t to preserve the layout
// and the compatibility between the two types.
// Data members shall be declared in case_t to preserve the layout
// and the compatibility between the two types.
friend class Harness;
friend class Specification;