Commit 35a15c2
committed
DOC: Avoid using initialization lists in coding style snippets
Avoid using initialization lists in coding style code snippets:
initialization lists are not encouraged as per current ITK style
guidelines.
Similarly, avoid using a boolean ivar setter method in the constructor,
as ivars should be initialized when they are declared.1 parent cb8ba6e commit 35a15c2
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2241 | 2241 | | |
2242 | 2242 | | |
2243 | 2243 | | |
2244 | | - | |
2245 | | - | |
2246 | | - | |
2247 | | - | |
2248 | | - | |
2249 | 2244 | | |
2250 | | - | |
2251 | | - | |
| 2245 | + | |
| 2246 | + | |
2252 | 2247 | | |
2253 | 2248 | | |
2254 | 2249 | | |
| |||
0 commit comments