소스 검색

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) {