瀏覽代碼

Cargo fmt

dkhayes117 3 年之前
父節點
當前提交
9ec95a336a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {