Skip to content

Commit

Permalink
Remove some unneeded braces
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlatimer committed May 2, 2016
1 parent 3ff8607 commit 54087bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/socket/sockopt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use {Errno, Result};
use sys::time::TimeVal;
use libc::{c_int, uint8_t, c_void, socklen_t};
#[cfg(target_os = "linux")]
use libc::{sockaddr_in};
use libc::sockaddr_in;
use std::mem;
use std::os::unix::io::RawFd;

Expand Down

0 comments on commit 54087bf

Please sign in to comment.