summaryrefslogtreecommitdiff
path: root/hw/adlib.c
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2012-02-07 22:11:04 +0400
committermalc <av1474@comtv.ru>2012-02-07 22:11:04 +0400
commitcf4dc461a4cfc3e056ee24edb26154f4d34a6278 (patch)
tree46594643215cb6027239220696c512c8977c897d /hw/adlib.c
parente87f7fc67948da80a0452c4fd523ec45f0d03f26 (diff)
downloadqemu-cf4dc461a4cfc3e056ee24edb26154f4d34a6278.tar.gz
Restore consistent formatting
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/adlib.c')
-rw-r--r--hw/adlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/adlib.c b/hw/adlib.c
index dd8b1888cf..d39cd97384 100644
--- a/hw/adlib.c
+++ b/hw/adlib.c
@@ -164,7 +164,7 @@ static void timer_handler (int c, double interval_Sec)
s->ticking[n] = 1;
#ifdef DEBUG
- interval = get_ticks_per_sec() * interval_Sec;
+ interval = get_ticks_per_sec () * interval_Sec;
exp = qemu_get_clock_ns (vm_clock) + interval;
s->exp[n] = exp;
#endif