Skip to content

Commit 7a81514

Browse files
committed
run make to format code
Signed-off-by: shun159 <dreamdiagnosis@gmail.com>
1 parent 067c0da commit 7a81514

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

examples/sched_ext/sched_ext.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
char __license[] SEC("license") = "Dual MIT/GPL";
77

88
struct sched_ext_ops {
9-
s32 (*init)();
10-
u64 flags;
11-
u32 timeout_ms;
12-
char name[128];
9+
s32 (*init)();
10+
u64 flags;
11+
u32 timeout_ms;
12+
char name[128];
1313
};
1414

1515
SEC(".struct_ops.link")
1616
struct sched_ext_ops minimal_sched = {
17-
.name = "minimal",
18-
.timeout_ms = 5000,
17+
.name = "minimal",
18+
.timeout_ms = 5000,
1919
};

0 commit comments

Comments
 (0)