tools: Fix local variable block
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 1 Nov 2019 19:13:55 +0000 (19:13 +0000)
committerWei Liu <wl@xen.org>
Tue, 12 Nov 2019 10:39:01 +0000 (10:39 +0000)
commit0c2a55089bf23b6074af87c12fa61acc001c1566
treeffc3489b5065dd5a0db639c1c280225c1f9fff24
parent0aaad752be6d7ac683b0ffba0146ddb9520a877c
tools: Fix local variable block

c-indent-level isn't considered a safe variable, and "solaris" isn't a
recognised C style.  Both cause prompts when opening the files.

Fix all blocks up per CODING_STYLE

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
Release-acked-by: Juergen Gross <jgross@suse.com>
13 files changed:
tools/console/daemon/io.c
tools/console/daemon/main.c
tools/include/xen-sys/SunOS/evtchn.h
tools/python/xen/lowlevel/xc/xc.c
tools/python/xen/lowlevel/xs/xs.c
tools/xenstore/include/xenstore.h
tools/xenstore/utils.h
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_domain.c
tools/xenstore/xenstored_transaction.c
tools/xenstore/xenstored_watch.c
tools/xenstore/xs.c