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; module top;
typedef logic T; typedef logic T;
T x; T x;
assign x = 1; assign x = 1;
endmodule endmodule