Skip to content

Commit 16214c4

Browse files
committed
Fix style issue
1 parent 2db639b commit 16214c4

File tree

1 file changed

+2
-2
lines changed
  • src/unix/bsd/apple/b64/aarch64

1 file changed

+2
-2
lines changed

src/unix/bsd/apple/b64/aarch64/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pub type boolean_t = ::c_int;
22

3-
pub const CLOCK_UPTIME_RAW: ::clockid_t = 8;
4-
53
s! {
64
pub struct malloc_zone_t {
75
__private: [::uintptr_t; 18], // FIXME: needs arm64 auth pointers support
86
}
97
}
108

9+
pub const CLOCK_UPTIME_RAW: ::clockid_t = 8;
10+
1111
cfg_if! {
1212
if #[cfg(libc_align)] {
1313
mod align;

0 commit comments

Comments
 (0)