Skip to content

Commit ff5aeb6

Browse files
committed
fix formatting
1 parent 3f412f5 commit ff5aeb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cpp/misra/src/rules/RULE-15-1-4/NonStaticMemberNotInitBeforeUse.ql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ private predicate needsInitialization(Type t) {
3333
}
3434

3535
/**
36-
* An aggregate that must be validated at construction time.
37-
* For example, `Agg` must be validated at construction time as it includes field `f1` that needs initialization.
36+
* An aggregate that must be validated at construction time.
37+
* For example, `Agg` must be validated at construction time as it includes
38+
* field `f1` that needs initialization.
3839
* ```
3940
* struct Agg {
4041
* int f1;

0 commit comments

Comments
 (0)