Commit 95620cb
committed
cls/rbd: use brace initialization in cls_rbd_snap::generate_test_instances()
in ed6b712, we switched some of them to explicit call of constructor to
study some compiling failures, but forgot to revert to the original
version after the failures were addressed.
in this change, we revert them to the original version to be more consistent.
Signed-off-by: Kefu Chai <[email protected]>1 parent f6387fd commit 95620cb
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
241 | | - | |
| 240 | + | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
0 commit comments