]> xenbits.xensource.com Git - libvirt.git/commit
virnetsockettest: Improve indentation
authorAndrea Bolognani <abologna@redhat.com>
Wed, 9 Feb 2022 18:54:34 +0000 (19:54 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 14 Feb 2022 10:32:06 +0000 (11:32 +0100)
commit709d190a826d574b6492e92978714a2c5ba9be79
tree8fb8acd364eab03af20aca279de170a28945b2c5
parenta280b9282fbbfb82cdfdb5b87b79ac9288140ad2
virnetsockettest: Improve indentation

Having the actual script indented and the closing quote on a
separate line, like

  sh -c '
    if foo; then
      bar;
    fi
  '

makes things more readable and easier to scan visually.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/virnetsockettest.c