Skip to content

Commit 1ab92c5

Browse files
committed
Formatting.
1 parent 9ec95a3 commit 1ab92c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/register/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ macro_rules! set_csr {
229229
pub unsafe fn $set_field() {
230230
_set($e);
231231
}
232-
}
232+
};
233233
}
234234

235235
macro_rules! clear_csr {
@@ -239,7 +239,7 @@ macro_rules! clear_csr {
239239
pub unsafe fn $clear_field() {
240240
_clear($e);
241241
}
242-
}
242+
};
243243
}
244244

245245
macro_rules! set_clear_csr {

0 commit comments

Comments
 (0)