doc: add line continuation note in Meson coding style
[dpdk.git] / examples / distributor / meson.build
index d8dbc23..9df5992 100644 (file)
@@ -9,11 +9,11 @@
 # require the power library
 build = dpdk_conf.has('RTE_LIB_POWER')
 if not build
-       subdir_done()
+    subdir_done()
 endif
 
 allow_experimental_apis = true
 deps += ['distributor', 'power']
 sources = files(
-       'main.c'
+        'main.c',
 )