examples/quota_watermark: correct code indentation
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 23 Feb 2017 16:42:02 +0000 (16:42 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Mar 2017 15:06:03 +0000 (16:06 +0100)
commita0ffcb257ab8c99cf2b0c84baae8631e219fe77a
treeba10b500799283455625f5e4ca1966b1318e0db7
parentb11c78a2e0c67bfb276e4c90d5aa023029899f0e
examples/quota_watermark: correct code indentation

The code indentation in the example app files used spaces rather than
tabs for indentation, and as such did not conform to DPDK conventions.
This left those modifying the code in a bind - to fix things on a line
by line basis so as to avoid checkpatch errors, or to keep things
consistent within the file, and accept checkpatch errors.

Since these files have not had too many changes since the original
import, there is little change history to lose by doing a complete
reformatting of the code, so just update all indentation to standard.
In the process, wrap long lines appropriately, avoiding splitting
error messages.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
examples/quota_watermark/qw/args.c
examples/quota_watermark/qw/init.c
examples/quota_watermark/qw/main.c
examples/quota_watermark/qw/main.h
examples/quota_watermark/qwctl/commands.c
examples/quota_watermark/qwctl/qwctl.c