drivers: change indentation in build files
[dpdk.git] / drivers / net / ionic / meson.build
index 631ea27..487fef1 100644 (file)
@@ -2,17 +2,17 @@
 # Copyright(c) 2019 Pensando
 
 if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
 endif
 
 sources = files(
-       'ionic_mac_api.c',
-       'ionic_rx_filter.c',
-       'ionic_rxtx.c',
-       'ionic_dev.c',
-       'ionic_ethdev.c',
-       'ionic_lif.c',
-       'ionic_main.c'
+        'ionic_dev.c',
+        'ionic_ethdev.c',
+        'ionic_lif.c',
+        'ionic_mac_api.c',
+        'ionic_main.c',
+        'ionic_rx_filter.c',
+        'ionic_rxtx.c',
 )