pipeline: support action annotations
[dpdk.git] / examples / ip_fragmentation / meson.build
index 1230db4..cd84e9b 100644 (file)
@@ -9,5 +9,5 @@
 allow_experimental_apis = true
 deps +=  ['ip_frag', 'lpm']
 sources = files(
-       'main.c'
+        'main.c',
 )