aboutsummaryrefslogtreecommitdiff
path: root/hw/hpet_emul.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-18 22:42:43 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-18 22:42:43 +0000
commitc50c2d6847b18b4e8983c8a7bbd5f184282ad7a4 (patch)
tree5883c4ee736d513a78896b2e3e31dc186611b62f /hw/hpet_emul.h
parentbf4f74c0f6777ba728d4b4e02981e226eb177d62 (diff)
downloadqemu-c50c2d6847b18b4e8983c8a7bbd5f184282ad7a4.zip
qemu-c50c2d6847b18b4e8983c8a7bbd5f184282ad7a4.tar.gz
qemu-c50c2d6847b18b4e8983c8a7bbd5f184282ad7a4.tar.bz2
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/hpet_emul.h b/hw/hpet_emul.h
index 93a277e..fbe7a44 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 {