Skip to content

Commit ac0517a

Browse files
committed
bring back whitespace change
1 parent 10519cb commit ac0517a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libbpf-cargo/src/btf/btf.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub struct Btf<'a> {
2222
impl<'a> Btf<'a> {
2323
pub fn new(name: &str, object_file: &[u8]) -> Result<Option<Self>> {
2424
let cname = CString::new(name)?;
25-
2625
let obj_opts = libbpf_sys::bpf_object_open_opts {
2726
sz: std::mem::size_of::<libbpf_sys::bpf_object_open_opts>() as libbpf_sys::size_t,
2827
object_name: cname.as_ptr(),

0 commit comments

Comments
 (0)