drivers: change indentation in build files
[dpdk.git] / drivers / net / mlx5 / linux / meson.build
index 8412edc..5530241 100644 (file)
@@ -3,12 +3,12 @@
 
 includes += include_directories('.')
 sources += files(
-       'mlx5_socket.c',
-       'mlx5_os.c',
-       'mlx5_ethdev_os.c',
-       'mlx5_verbs.c',
-       'mlx5_mp_os.c',
-       'mlx5_vlan_os.c',
-       'mlx5_flow_os.c',
+        'mlx5_socket.c',
+        'mlx5_os.c',
+        'mlx5_ethdev_os.c',
+        'mlx5_verbs.c',
+        'mlx5_mp_os.c',
+        'mlx5_vlan_os.c',
+        'mlx5_flow_os.c',
 )