Skip to content

Commit 9ec95a3

Browse files
committed
Cargo fmt
1 parent 7486881 commit 9ec95a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/register/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ macro_rules! read_composite_csr {
272272
}
273273

274274
macro_rules! set_pmp {
275-
() => {
275+
() => {
276276
/// Set the pmp configuration corresponding to the index
277277
#[inline]
278278
pub unsafe fn set_pmp(index: usize, range: Range, permission: Permission, locked: bool) {

0 commit comments

Comments
 (0)