diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-18 22:42:43 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-18 22:42:43 +0000 |
commit | c50c2d6847b18b4e8983c8a7bbd5f184282ad7a4 (patch) | |
tree | 5883c4ee736d513a78896b2e3e31dc186611b62f /hw/hpet_emul.h | |
parent | bf4f74c0f6777ba728d4b4e02981e226eb177d62 (diff) |
Remove trailing spaces introduced by commit 6081
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6085 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/hpet_emul.h')
-rw-r--r-- | hw/hpet_emul.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/hpet_emul.h b/hw/hpet_emul.h index 93a277e263..fbe7a44531 100644 --- a/hw/hpet_emul.h +++ b/hw/hpet_emul.h @@ -60,9 +60,9 @@ typedef struct HPETTimer { /* timers */ uint64_t fsb; /* FSB route, not supported now */ /* Hidden register state */ uint64_t period; /* Last value written to comparator */ - uint8_t wrap_flag; /* timer pop will indicate wrap for one-shot 32-bit + uint8_t wrap_flag; /* timer pop will indicate wrap for one-shot 32-bit * mode. Next pop will be actual timer expiration. - */ + */ } HPETTimer; typedef struct HPETState { |