qmonnet / rbpf

Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
922 stars 235 forks source link

src/lib.rs: Remove spurious spaces at end of lines #75

Closed qmonnet closed 1 year ago

qmonnet commented 1 year ago

Some spaces were introduced by accident at the end of a few lines. This is a simple clean-up to remove them.