mirror of https://github.com/zachjs/sv2v.git
replace tabs with spaces in test/dump/example.sv
This commit is contained in:
parent
d0e3b794bc
commit
896b375df0
|
|
@ -1,5 +1,5 @@
|
||||||
module top;
|
module top;
|
||||||
typedef logic T;
|
typedef logic T;
|
||||||
T x;
|
T x;
|
||||||
assign x = 1;
|
assign x = 1;
|
||||||
endmodule
|
endmodule
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue