]> xenbits.xensource.com Git - libvirt.git/commit
lxc: avoid missing '{' in the function
authorAlex Jia <ajia@redhat.com>
Thu, 27 Oct 2011 07:17:59 +0000 (15:17 +0800)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 27 Oct 2011 07:33:26 +0000 (09:33 +0200)
commitd2dff425985d7708601e8e7c95e2d8d394b03829
tree8f786aaffd15818b962316e66f1a179152c42ed9
parent6889f33e8b6786d58faea75d87ae56937580cdd5
lxc: avoid missing '{' in the function

Cppcheck detected a syntaxError on lxcDomainInterfaceStats.

* src/lxc/lxc_driver.c: fixed missing '{' in the function lxcDomainInterfaceStats.

Signed-off-by: Alex Jia <ajia@redhat.com>
src/lxc/lxc_driver.c