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;
|
||||
typedef logic T;
|
||||
T x;
|
||||
assign x = 1;
|
||||
typedef logic T;
|
||||
T x;
|
||||
assign x = 1;
|
||||
endmodule
|
||||
|
|
|
|||
Loading…
Reference in New Issue