]> git.proxmox.com Git - mirror_qemu.git/commit - numa.c
maint: remove double semicolons in many files
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 26 Aug 2015 11:17:12 +0000 (12:17 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 11 Sep 2015 07:21:38 +0000 (10:21 +0300)
commita8f15a27752d855d339befd8de4f0ad1c4dbb0ab
treefcffeebee50c2503dc0ed6397119ad89d0d47fae
parentfee562e9e41290a22623de83b673a8929ec5280d
maint: remove double semicolons in many files

A number of source files have statements accidentally
terminated by a double semicolon - eg 'foo = bar;;'.
This is harmless but a mistake none the less.

The tcg/ia64/tcg-target.c file is whitelisted because
it has valid use of ';;' in a comment containing assembly
code.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
block/vhdx.c
hw/arm/vexpress.c
hw/intc/arm_gic.c
numa.c
qga/commands-win32.c