Browse Source

Cargo fmt

dkhayes117 3 years ago
parent
commit
9ec95a336a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/register/macros.rs

+ 1 - 1
src/register/macros.rs

@@ -272,7 +272,7 @@ macro_rules! read_composite_csr {
 }
 
 macro_rules! set_pmp {
-     () => {
+    () => {
         /// Set the pmp configuration corresponding to the index
         #[inline]
         pub unsafe fn set_pmp(index: usize, range: Range, permission: Permission, locked: bool) {