yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
164 stars 17 forks source link

Cleanup: remove inline keyword from functions defined within a class definition and apply clang-format #209

Open ol-imorozko opened 1 week ago

ol-imorozko commented 4 days ago

Strange, clang-format for me does not show any errors. I've used find . -type f \( -name "*.h" -o -name "*.cpp" \) -not -path "./build_autotest/*" -exec clang-format-18 -i {} +