devtools: forbid indent with tabs in Meson
[dpdk.git] / drivers / net / ice / meson.build
index 65750d3..d608da7 100644 (file)
@@ -67,9 +67,12 @@ if arch_subdir == 'x86'
     endif
 endif
 
-sources += files('ice_dcf.c',
-         'ice_dcf_vf_representor.c',
-         'ice_dcf_ethdev.c',
-         'ice_dcf_parent.c')
+sources += files(
+        'ice_dcf.c',
+        'ice_dcf_vf_representor.c',
+        'ice_dcf_ethdev.c',
+        'ice_dcf_parent.c',
+        'ice_dcf_sched.c',
+)
 
 headers = files('rte_pmd_ice.h')