Fix whitespacing and indentation in nbd-tester-client.c
authorAlex Bligh <alex@alex.org.uk>
Mon, 11 Apr 2016 14:46:02 +0000 (15:46 +0100)
committerWouter Verhelst <w@uter.be>
Mon, 11 Apr 2016 19:16:32 +0000 (21:16 +0200)
commitc2855f67cd9047e8e1185f8505a28a302c1ee521
treebd3b540b0b7fdc31f660a238b3e7faed537d56e6
parenta26ce97bd0ba0e82b7fa48b17a2ab144797c1351
Fix whitespacing and indentation in nbd-tester-client.c

I realise whitespace changes are generally frowned on, but nbd-tester-client.c
is almost impossible to edit in (e.g.) emacs even in 'linux' mode, because
its whitespacing is inconsistent and does not follow the style of the rest
of the package.

This is a whitespace ONLY change and is the equivalent of running Lindent.
Lindent does:
  indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 -il0 nbd-tester-client.c
on indent >= v2.2.10, and
  indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 nbd-tester-client.c
otherwise. See:
  https://github.com/torvalds/linux/blob/master/scripts/Lindent

Signed-off-by: Alex Bligh <alex@alex.org.uk>
Signed-off-by: Wouter Verhelst <w@uter.be>
tests/run/nbd-tester-client.c