Skip to content

Commit

Permalink
more c file formatting tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Apr 19, 2023
1 parent 7ba89cd commit 0e83fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/instrumentors/bpf/google/golang/org/grpc/bpf/probe.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ int uprobe_Http2Client_CreateHeaderFields(struct pt_regs *ctx)
if (is_registers_abi)
{
slice.array = (void *)GO_PARAM1(ctx);
slice.len = (s32) GO_PARAM2(ctx);
slice.cap = (s32) GO_PARAM3(ctx);
slice.len = (s32)GO_PARAM2(ctx);
slice.cap = (s32)GO_PARAM3(ctx);
slice_user_ptr.array = (void *)&GO_PARAM1(ctx);
slice_user_ptr.len = (void *)&GO_PARAM2(ctx);
slice_user_ptr.cap = (void *)&GO_PARAM3(ctx);
Expand Down

0 comments on commit 0e83fa5

Please sign in to comment.