common/sfc_efx/base: allow creating invalid mport selectors
[dpdk.git] / examples / l2fwd-keepalive / meson.build
index a56d679..ed49c61 100644 (file)
@@ -9,12 +9,13 @@
 allow_experimental_apis = true
 librt = cc.find_library('rt', required: false)
 if not librt.found()
-       build = false
-       subdir_done()
+    build = false
+    subdir_done()
 endif
 
 ext_deps += librt
 deps += 'timer'
 sources = files(
-       'main.c', 'shm.c'
+        'main.c',
+        'shm.c',
 )