Skip to content

Commit 2c0b75e

Browse files
ru551nLarsAsplund
authored andcommitted
Remove trailing whitespace
1 parent d53326e commit 2c0b75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ begin
352352
random_integer_vector_ptr(rnd, data, size * 2, 0, 255);
353353
buf := allocate(memory, length(data), permissions => no_access);
354354
transfer(x"2", buf, log_size, data);
355-
355+
356356
elsif run("Test unaligned write around 4kbyte boundary") then
357357
-- Do one beat write at unaligned address starting around 4kB boundary
358358
log_size := log_data_size;

0 commit comments

Comments
 (0)