aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/cmos/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/cmos/rtc.c')
-rw-r--r--src/kernel/cmos/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/cmos/rtc.c b/src/kernel/cmos/rtc.c
index a10f484..6488d34 100644
--- a/src/kernel/cmos/rtc.c
+++ b/src/kernel/cmos/rtc.c
@@ -91,4 +91,4 @@ void rtc_print()
{
read_rtc();
info("Current time: %d:%d:%d %d/%d/%d", hour, minute, second, month, day, year);
-}
+} \ No newline at end of file