Skip to content

Commit c44f5ba

Browse files
committed
chore: fmt
1 parent 624c3ed commit c44f5ba

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

core/include/linux/bpf_ir.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,10 +1124,11 @@ struct ir_value bpf_ir_value_stack_ptr(struct ir_function *fun);
11241124

11251125
struct ir_value bpf_ir_value_r0(struct ir_function *fun);
11261126

1127-
#define VR_POS_STACK_PTR \
1128-
(struct ir_vr_pos){ .allocated = true, \
1129-
.alloc_reg = BPF_REG_10, \
1130-
.spilled = 0 }
1127+
#define VR_POS_STACK_PTR \
1128+
(struct ir_vr_pos) \
1129+
{ \
1130+
.allocated = true, .alloc_reg = BPF_REG_10, .spilled = 0 \
1131+
}
11311132

11321133
struct ir_value bpf_ir_value_norm_stack_ptr(void);
11331134

0 commit comments

Comments
 (0)