Skip to content

Commit 5d65c3f

Browse files
committed
Revert "Fix accidental two blank lines"
This reverts commit 43ab51c.
1 parent 43ab51c commit 5d65c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/notbsd/linux/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ pub const LOG_NFACILITIES: ::c_int = 24;
462462

463463
pub const SEM_FAILED: *mut ::sem_t = 0 as *mut sem_t;
464464

465+
465466
f! {
466467
pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
467468
for slot in cpuset.bits.iter_mut() {

0 commit comments

Comments
 (0)