eal: handle compressed firmware
[dpdk.git] / examples / multi_process / hotplug_mp / meson.build
index ae92905..a1ad98c 100644 (file)
@@ -8,5 +8,6 @@
 
 allow_experimental_apis = true
 sources = files(
-        'commands.c', 'main.c'
+        'commands.c',
+        'main.c',
 )