Skip to content

Commit

Permalink
respect style and break line.
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Nov 8, 2016
1 parent 9996462 commit 4d615e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/unix/bsd/netbsdlike/openbsdlike/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ extern {
newlen: ::size_t)
-> ::c_int;
pub fn getentropy(buf: *mut ::c_void, buflen: ::size_t) -> ::c_int;
pub fn pledge(promises: *const ::c_char, paths: *mut *const ::c_char) -> ::c_int;
pub fn pledge(promises: *const ::c_char,
paths: *mut *const ::c_char) -> ::c_int;
}

cfg_if! {
Expand Down

0 comments on commit 4d615e7

Please sign in to comment.