app: reduce indentation in build files
[dpdk.git] / app / test-flow-perf / meson.build
index 6eaf83b..1d860e0 100644 (file)
@@ -2,10 +2,10 @@
 # Copyright(c) 2020 Mellanox Technologies, Ltd
 
 sources = files(
-       'actions_gen.c',
-       'flow_gen.c',
-       'items_gen.c',
-       'main.c',
+        'actions_gen.c',
+        'flow_gen.c',
+        'items_gen.c',
+        'main.c',
 )
 
 deps += ['ethdev']