net/cnxk: update L3/L4 checksum offload in mbuf
[dpdk.git] / examples / multi_process / simple_mp / meson.build
index cb02c65..359af43 100644 (file)
@@ -8,5 +8,6 @@
 
 allow_experimental_apis = true
 sources = files(
-       'mp_commands.c', 'main.c'
+        'mp_commands.c',
+        'main.c',
 )