respect style and break line.

This commit is contained in:
Sébastien Marie 2016-11-07 06:28:17 +01:00
parent 9996462342
commit 4d615e771b

View File

@ -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! {