Skip to content

Commit 482420f

Browse files
xonatiusJohnTitor
andauthored
Fixed style suggestion
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
1 parent 42bb28d commit 482420f

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2761,7 +2761,7 @@ extern "C" {
27612761

27622762
pub fn clock_getcpuclockid(
27632763
pid: ::pid_t,
2764-
clk_id: *mut ::clockid_t
2764+
clk_id: *mut ::clockid_t,
27652765
) -> ::c_int;
27662766

27672767
pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int;

0 commit comments

Comments
 (0)