app: reduce indentation in build files
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Apr 2021 10:22:21 +0000 (11:22 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 21 Apr 2021 12:04:09 +0000 (14:04 +0200)
commit23bd8128d601e5d36aac2857b31e38c7c1d4d49e
tree8ec606c1e5a9fc46345364c0b5920d489b230c7d
parent4ad4b20a79052d9c8062b64eaf0170c16a333ff8
app: 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>
app/meson.build
app/test-bbdev/meson.build
app/test-compress-perf/meson.build
app/test-crypto-perf/meson.build
app/test-eventdev/meson.build
app/test-flow-perf/meson.build
app/test-pipeline/meson.build
app/test-pmd/meson.build
app/test/meson.build