summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-02-28 08:27:30 -0500
committerIan Moffett <ian@osmora.org>2025-02-28 08:27:30 -0500
commit0d61394d5342f1063713872308511a98487de13f (patch)
tree3c820f6c0636bcd842b7d5eb62b428453d2a4dcc /sys
parent1bbc5e05a1f591552e7ef5f0ad55794b30d97906 (diff)
kernel: driver: Remove trailing newline
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
-rw-r--r--sys/include/sys/driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/sys/driver.h b/sys/include/sys/driver.h
index f88e286..05c40fa 100644
--- a/sys/include/sys/driver.h
+++ b/sys/include/sys/driver.h
@@ -55,4 +55,3 @@ extern char __drivers_init_end[];
}
#endif /* _KERNEL */
#endif /* !_SYS_DRIVER_H_ */
-