Skip to content

Commit

Permalink
Fix accidental two blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bugaevc committed Jul 12, 2016
1 parent ea0a870 commit 43ab51c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/notbsd/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ pub const LOG_NFACILITIES: ::c_int = 24;

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


f! {
pub fn CPU_ZERO(cpuset: &mut cpu_set_t) -> () {
for slot in cpuset.bits.iter_mut() {
Expand Down

0 comments on commit 43ab51c

Please sign in to comment.