]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdevbandwidthtest: Reformat TC cmd line
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 28 Jun 2022 08:01:54 +0000 (10:01 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 1 Jul 2022 11:04:18 +0000 (13:04 +0200)
commit5f6aa0730323b1f2bc38b650e849dc470caeb440
tree6d7014899b3693fe52736fc85193088b52567134
parent5c5ca1970f42c34aec141ee4c92a70d70a0638db
virnetdevbandwidthtest: Reformat TC cmd line

Our coding style expects a long line to be broken into shorter
lines which are then aligned on the first character, for
instance:

  "some string that's broken "
  "into multiple lines"

However, one can argue that there are few cases where shifting
the alignment makes the code more readable. And this is the case
of expected cmd line for DO_TEST_SET() where a long cmd line can
be aligned on the arguments rather than the binary:

  TC " filter ..."
     " police ..."

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
tests/virnetdevbandwidthtest.c