On Mon, Mar 24, 2025 at 4:14 PM Daniel Almeida <daniel.alme...@collabora.com> wrote: > > -const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = > BLK_FEAT_ROTATIONAL; > +const blk_features_t RUST_CONST_HELPER_BLK_FEAT_ROTATIONAL = > + BLK_FEAT_ROTATIONAL;
Spurious change? Ah, this is probably the result of applying `clang-format`, which is something that perhaps we should consider, but separately... :) Cheers, Miguel