Skip to content

Commit 7eed88c

Browse files
Added back spaces
1 parent b5604f7 commit 7eed88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv/src/asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ instruction!(
3131
///
3232
/// This function generates a no-operation; it's useful to prevent delay loops from being
3333
/// optimized away.
34-
,nop, "nop", options(nomem, nostack, preserves_flags));
34+
, nop, "nop", options(nomem, nostack, preserves_flags));
3535

3636
instruction!(
3737
/// `WFI` instruction wrapper

0 commit comments

Comments
 (0)