Skip to content

Commit c978e4b

Browse files
committed
revert format
1 parent f27ac07 commit c978e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libspu/spu.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ struct RuntimeConfig {
423423
int64_t fxp_fraction_bits = 0)
424424
: protocol(protocol),
425425
field(field),
426-
fxp_fraction_bits(fxp_fraction_bits) {};
426+
fxp_fraction_bits(fxp_fraction_bits){};
427427
RuntimeConfig(const RuntimeConfig& other) = default;
428428
explicit RuntimeConfig(const pb::RuntimeConfig& pb_conf);
429429

0 commit comments

Comments
 (0)