diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-18 01:58:05 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-18 01:58:05 +0000 |
commit | 3800af9e3cd6d754bcd0884006c404b6314b6732 (patch) | |
tree | ef7880b105b70a12048748a2b249ecd2fc579406 /host-utils.h | |
parent | b28c91e6cd050c78bf7d1caf842d85984ff7badc (diff) |
Code formatting.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3837 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'host-utils.h')
-rw-r--r-- | host-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-utils.h b/host-utils.h index dafd0329cc..0f77445110 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; - } +} |