Skip to content

Commit f6e48fc

Browse files
committed
fix line length
1 parent e94fffc commit f6e48fc

File tree

1 file changed

+3
-1
lines changed
  • src/unix/linux_like/linux/gnu/b64/x86_64

1 file changed

+3
-1
lines changed

src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ s_no_extra_traits! {
286286
pub uc_sigmask: ::sigset_t,
287287
__private: [u8; 512],
288288
// FIXME: the shadow stack field requires glibc >= 2.28.
289-
// Re-add once we drop compatibility with glibc versions older than 2.28.
289+
// Re-add once we drop compatibility with glibc versions older than
290+
// 2.28.
291+
//
290292
// __ssp: [::c_ulonglong; 4],
291293
}
292294
}

0 commit comments

Comments
 (0)