respect style and break line.
This commit is contained in:
parent
9996462342
commit
4d615e771b
@ -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! {
|
||||
|
Loading…
Reference in New Issue
Block a user