Skip to content

Commit a145cf7

Browse files
committed
Fix line-length unix style issue
1 parent b81bb4a commit a145cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unix/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,8 @@ extern {
950950
pub fn unlockpt(fd: ::c_int) -> ::c_int;
951951

952952
pub fn strcasestr(cs: *const c_char, ct: *const c_char) -> *mut c_char;
953-
pub fn getline (lineptr: *mut *mut c_char, n: *mut size_t, stream: *mut FILE) -> ssize_t;
953+
pub fn getline (lineptr: *mut *mut c_char, n: *mut size_t,
954+
stream: *mut FILE) -> ssize_t;
954955
}
955956

956957
cfg_if! {

0 commit comments

Comments
 (0)