From 8e79ceaa7d3995df5a5dcf0ffdbd52ebe4c52163 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sun, 9 Jan 2022 18:50:48 +0100 Subject: Indentation --- src/c/timer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/c/timer.c') diff --git a/src/c/timer.c b/src/c/timer.c index 0b4ddaa..390e512 100644 --- a/src/c/timer.c +++ b/src/c/timer.c @@ -14,9 +14,9 @@ void timer_handler() tick++; if(tick==TICKS_PER_SECOND) { - //printf("%d seconds passed\n",time); - tick=0; - time++; + //printf("%d seconds passed\n",time); + tick=0; + time++; } ioport_out(0x20, 0x20); -- cgit v1.2.3