Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrysoliteAzalea committed Jun 15, 2024
1 parent cc7c834 commit 01a1067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/signal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ pub unsafe fn sigaction_noretrieve(signal: libc::c_int, sigaction: &SigAction) -
Ok(_) => { Ok(()) }
Err(e) => { Err(e) }
}

}

/// Signal management (see [signal(3p)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/signal.html))
Expand Down

0 comments on commit 01a1067

Please sign in to comment.