replace tabs with spaces in test/dump/example.sv

This commit is contained in:
Zachary Snow 2023-07-09 14:52:41 -04:00
parent d0e3b794bc
commit 896b375df0
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
module top;
typedef logic T;
T x;
assign x = 1;
typedef logic T;
T x;
assign x = 1;
endmodule