Commit 3800af9e3cd6d754bcd0884006c404b6314b6732

Authored by ths
1 parent b28c91e6

Code formatting.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3837 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
host-utils.h
... ... @@ -199,4 +199,4 @@ static always_inline int ctpop64 (uint64_t val)
199 199 val = (val & 0x00000000ffffffffULL) + ((val >> 32) & 0x00000000ffffffffULL);
200 200  
201 201 return val;
202   - }
  202 +}
... ...