Skip to content

Commit d13351c

Browse files
gnurizenclaude
andcommitted
Fix clang-format alignment
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ebeecdd commit d13351c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/ebpf/native_stack_trace.ebpf.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ static EBPF_INLINE ErrorCode unwind_one_frame(PerCPURecord *record, bool *stop)
363363
*stop = false;
364364

365365
u32 unwindInfo = 0;
366-
int addrDiff = 0;
367-
u64 cfa = 0;
366+
int addrDiff = 0;
367+
u64 cfa = 0;
368368

369369
// The relevant executable is compiled with frame pointer omission, so
370370
// stack deltas need to be retrieved from the relevant map.
@@ -467,7 +467,7 @@ static EBPF_INLINE ErrorCode unwind_one_frame(struct PerCPURecord *record, bool
467467

468468
u32 unwindInfo = 0;
469469
int addrDiff = 0;
470-
u64 cfa = 0;
470+
u64 cfa = 0;
471471

472472
// The relevant executable is compiled with frame pointer omission, so
473473
// stack deltas need to be retrieved from the relevant map.

0 commit comments

Comments
 (0)