Skip to content
Snippets Groups Projects
Commit 2bd6f122 authored by A.J. Gardner's avatar A.J. Gardner
Browse files

Fix long line

Lint caught a long line. This should fix the CI failure.
parent 110152c1
No related branches found
No related tags found
No related merge requests found
......@@ -638,7 +638,8 @@ extern {
writefds: *mut fd_set,
errorfds: *mut fd_set,
timeout: *mut timeval) -> ::c_int;
pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
pub fn setlocale(category: ::c_int,
locale: *const ::c_char) -> *mut ::c_char;
pub fn localeconv() -> *mut lconv;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment