Skip to content

Commit 8b4e34d

Browse files
committed
add a new line to the end of a file
1 parent 214c713 commit 8b4e34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aclint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ void aclint_sswi_write(hart_t *hart,
217217
{
218218
if (!aclint_sswi_reg_write(sswi, addr, value << (RV_MEM_SW - width)))
219219
vm_set_exception(hart, RV_EXC_STORE_FAULT, hart->exc_val);
220-
}
220+
}

0 commit comments

Comments
 (0)