Skip to content

Commit 0ef465a

Browse files
committed
Fix double blank line
1 parent 08fefb7 commit 0ef465a

File tree

1 file changed

+0
-1
lines changed
  • src/unix/notbsd/linux/musl/b32

1 file changed

+0
-1
lines changed

src/unix/notbsd/linux/musl/b32/x86.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ pub const SYS_pwritev2: ::c_long = 379;
749749
// FIXME syscalls 380-382 have been added in musl 1.16
750750
// See discussion https://github.com/rust-lang/libc/pull/699
751751

752-
753752
// offsets in user_regs_structs, from sys/reg.h
754753
pub const EBX: ::c_int = 0;
755754
pub const ECX: ::c_int = 1;

0 commit comments

Comments
 (0)