Skip to content

Commit 7940e58

Browse files
committed
uart_vc: fix identation
1 parent 03c183d commit 7940e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vunit/vhdl/verification_components/src/uart_master.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ begin
5252
send_bit(odd_parity(data));
5353
elsif parity = 2 then
5454
send_bit(even_parity(data));
55-
end if;
55+
end if;
5656

5757
send_bit(uart.p_idle_state);
5858
end procedure;

0 commit comments

Comments
 (0)