fix indentation inconsistencies

This commit is contained in:
Zachary Snow
2021-02-19 15:04:23 -05:00
parent e9d62e01ad
commit 2b9fff78e7
6 changed files with 92 additions and 92 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module top;
parameter foo_1 = { 3'b010, 2'b01, 4'b0000 };
parameter foo_0 = { 3'b001, 2'b00, 4'b0010 };
parameter foo_1 = { 3'b010, 2'b01, 4'b0000 };
parameter foo_0 = { 3'b001, 2'b00, 4'b0010 };
initial begin
$display(foo_0);
$display(foo_1);