From: ths Date: Tue, 18 Dec 2007 01:58:05 +0000 (+0000) Subject: Code formatting. X-Git-Tag: release_0_9_1~60 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3800af9e3cd6d754bcd0884006c404b6314b6732;p=qemu.git Code formatting. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3837 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/host-utils.h b/host-utils.h index dafd0329c..0f7744511 100644 --- a/host-utils.h +++ b/host-utils.h @@ -199,4 +199,4 @@ static always_inline int ctpop64 (uint64_t val) val = (val & 0x00000000ffffffffULL) + ((val >> 32) & 0x00000000ffffffffULL); return val; - } +}