Code formatting.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3837 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-12-18 01:58:05 +00:00
parent b28c91e6cd
commit 3800af9e3c
1 changed files with 1 additions and 1 deletions

View File

@ -199,4 +199,4 @@ static always_inline int ctpop64 (uint64_t val)
val = (val & 0x00000000ffffffffULL) + ((val >> 32) & 0x00000000ffffffffULL);
return val;
}
}