Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaDaze committed Aug 3, 2024
1 parent 84b22a4 commit 26acd40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/datarace/datarace.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ __attribute__((constructor)) void datarace_trace_plugin() {
set_cb = mambo_register_pre_inst_cb(ctx, &datarace_pre_inst_handler);
assert(set_cb == MAMBO_SUCCESS);

set_cb = mambo_register_function_cb(ctx, "__clone",
set_cb = mambo_register_function_cb(ctx,
"__clone",
&datarace_pre_clone,
NULL,
4);
Expand Down

0 comments on commit 26acd40

Please sign in to comment.