drivers: change indentation in build files
[dpdk.git] / drivers / net / memif / meson.build
index 9c3ba43..680bc86 100644 (file)
@@ -2,11 +2,13 @@
 # Copyright 2018-2019 Cisco Systems, Inc.  All rights reserved.
 
 if not is_linux
-       build = false
-       reason = 'only supported on Linux'
+    build = false
+    reason = 'only supported on Linux'
 endif
 
-sources = files('rte_eth_memif.c',
-               'memif_socket.c')
+sources = files(
+        'memif_socket.c',
+        'rte_eth_memif.c',
+)
 
 deps += ['hash']