Skip to content

Commit 0b5bdba

Browse files
committed
Fixed lint error (double blank line).
1 parent 38569c7 commit 0b5bdba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/notbsd/linux/s390x.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ pub const LINUX_REBOOT_CMD_KEXEC: ::c_int = 0x45584543;
621621
pub const SYS_gettid: ::c_long = 236;
622622
pub const SYS_perf_event_open: ::c_long = 331;
623623

624-
625624
#[link(name = "util")]
626625
extern {
627626
pub fn sysctl(name: *mut ::c_int,

0 commit comments

Comments
 (0)