mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Janitorial clang-format
This commit is contained in:
@ -106,7 +106,8 @@ BpfObject::_get_or_create_program(struct bpf_program *prog) {
|
||||
}
|
||||
|
||||
// Create and cache
|
||||
auto bpf_prog = std::make_shared<BpfProgram>(shared_from_this(), prog, prog_name);
|
||||
auto bpf_prog =
|
||||
std::make_shared<BpfProgram>(shared_from_this(), prog, prog_name);
|
||||
prog_cache_[prog_name] = bpf_prog;
|
||||
|
||||
return bpf_prog;
|
||||
|
||||
Reference in New Issue
Block a user