drivers: change indentation in build files
[dpdk.git] / drivers / common / cpt / meson.build
index 1127267..c09824a 100644 (file)
@@ -2,13 +2,12 @@
 # Copyright(c) 2018 Cavium, Inc
 
 if is_windows
-       build = false
-       reason = 'not supported on Windows'
-       subdir_done()
+    build = false
+    reason = 'not supported on Windows'
+    subdir_done()
 endif
 
-sources = files('cpt_fpm_tables.c',
-               'cpt_pmd_ops_helper.c')
+sources = files('cpt_fpm_tables.c', 'cpt_pmd_ops_helper.c')
 
 deps = ['kvargs', 'pci', 'cryptodev']
 includes += include_directories('../../crypto/octeontx')