numam-dpdk/examples/pipeline
Bruce Richardson cf59165dcb examples: reduce indentation in build files
As with the lib and drivers directories, we can use "continue" keyword to
reduce the indentation level of the majority of the foreach block. At the
same time, we can also replace tab indentation with spaces.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2021-04-21 14:04:09 +02:00
..
examples pipeline: auto-detect endianness of action arguments 2021-04-20 21:55:43 +02:00
cli.c examples/pipeline: add newline to error messages 2021-04-20 02:49:17 +02:00
cli.h examples/pipeline: add configuration commands 2020-10-01 18:43:10 +02:00
conn.c examples/pipeline: add message passing mechanism 2020-10-01 18:43:10 +02:00
conn.h examples/pipeline: add message passing mechanism 2020-10-01 18:43:10 +02:00
main.c eal: rename lcore master and slave 2020-10-20 13:17:08 +02:00
Makefile examples: warn about broken pkg-config 2021-01-30 01:27:28 +01:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00
obj.c port: add file descriptor SWX port 2021-03-23 19:50:44 +01:00
obj.h port: add file descriptor SWX port 2021-03-23 19:50:44 +01:00
thread.c examples/pipeline: make quanta configurable 2021-03-24 10:03:12 +01:00
thread.h