Skip to content

Commit 674ee66

Browse files
committed
Reformat counter.c with clang-format
1 parent 81db0fb commit 674ee66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

counter.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ SEC("cgroup/sock_create")
434434
int cgroup_sock_create(struct bpf_sock *sk) {
435435
__u64 cookie = bpf_get_socket_cookie(sk);
436436
sockinfo ski = {
437-
.pid = bpf_get_current_pid_tgid(),
438-
.comm = {0},
437+
.pid = bpf_get_current_pid_tgid(),
438+
.comm = {0},
439439
};
440440

441441
bpf_get_current_comm(ski.comm, sizeof(ski.comm));

0 commit comments

Comments
 (0)