Re: [dpdk-dev] [PATCH] meson.build: replace tabs with spaces

2021-11-02 Thread Bruce Richardson
On Tue, Nov 02, 2021 at 08:50:55AM -0700, Stephen Hemminger wrote: > Per the meson recommendation the meson.build file > should be indented with spaces not tabs. > This patch is semi-automatically generated by running > all the meson.build files through expand command. > > Signed-off-by: Stephen H

[dpdk-dev] [PATCH] meson.build: replace tabs with spaces

2021-11-02 Thread Stephen Hemminger
Per the meson recommendation the meson.build file should be indented with spaces not tabs. This patch is semi-automatically generated by running all the meson.build files through expand command. Signed-off-by: Stephen Hemminger --- Note: if users (like me) just editconfig setup in their favorite