Skip to content

Commit

Permalink
drop an unnecessary newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Nov 11, 2016
1 parent 24dc2bc commit abe6fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/liballoc/oom.rs
Expand Up @@ -50,7 +50,6 @@ mod imp {
pub fn set_oom_handler(handler: fn() -> !) {
OOM_HANDLER.store(handler as *mut (), Ordering::SeqCst);
}

}

#[cfg(not(target_has_atomic = "ptr"))]
Expand Down

0 comments on commit abe6fc7

Please sign in to comment.