Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Feb 22, 2024
1 parent 93021df commit 5c0f024
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mirrord/layer/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,14 @@ macro_rules! replace {
///
/// ```rust, no_run
/// unsafe {
/// replace_with_fallback!(hook_manager, "close", close_detour, FnClose, FN_CLOSE, libc::close);
/// replace_with_fallback!(
/// hook_manager,
/// "close",
/// close_detour,
/// FnClose,
/// FN_CLOSE,
/// libc::close
/// );
/// }
/// ```
#[macro_export]
Expand Down

0 comments on commit 5c0f024

Please sign in to comment.