diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-04-24 09:20:16 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-04-24 08:05:31 +0000 |
| commit | 40036e99fc252de1dcaf9cc72a33a34e39b91b65 (patch) | |
| tree | 0a9e1bcda99e39444a192abd14332d51920cd326 /tools/kcovfuzzer | |
| parent | 84ca98f9e1bb10f2e754c5fb8e5cc9c58ac6c276 (diff) | |
all: format with clang-format-20
The tests began to fail after pushing the new env container.
Diffstat (limited to 'tools/kcovfuzzer')
| -rw-r--r-- | tools/kcovfuzzer/kcovfuzzer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kcovfuzzer/kcovfuzzer.c b/tools/kcovfuzzer/kcovfuzzer.c index 7b749b364..ded9dccc3 100644 --- a/tools/kcovfuzzer/kcovfuzzer.c +++ b/tools/kcovfuzzer/kcovfuzzer.c @@ -56,7 +56,7 @@ void bpf(const char* data, long size) attr.prog_type = BPF_PROG_TYPE_SOCKET_FILTER; attr.insns = (uint64_t)data; attr.insn_cnt = size / 8; - attr.license = (uint64_t) "GPL"; + attr.license = (uint64_t)"GPL"; cover_start(); int pfd = syscall(SYS_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); |
