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 9f4e7c2..4a9c998 100644
--- a/src/kernel/cmos/rtc.c
+++ b/src/kernel/cmos/rtc.c
@@ -87,4 +87,4 @@ void write_time()
{
read_rtc();
printf("Current time: %d:%d:%d %d/%d/%d\n", hour, minute, second, month, day, year);
-} \ No newline at end of file
+}