Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 24, 2025
1 parent 8b1bee1 commit 00a49b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enzyme_ad/jax/gpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct CuFuncWrapper {
void *func;
};

void noop(void *) {};
void noop(void *){};

XLA_FFI_Error *initialize(XLA_FFI_CallFrame *call_frame) {
assert(call_frame->attrs.size == 1);
Expand Down

0 comments on commit 00a49b0

Please sign in to comment.