aboutsummaryrefslogtreecommitdiff
path: root/src/userspace
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace')
-rw-r--r--src/userspace/main.c2
-rw-r--r--src/userspace/syscall.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/userspace/main.c b/src/userspace/main.c
index da9ee5b..875423d 100644
--- a/src/userspace/main.c
+++ b/src/userspace/main.c
@@ -16,4 +16,4 @@ void main()
char test[] = "banane";
syscall_write(test);
syscall_halt();
-} \ No newline at end of file
+}
diff --git a/src/userspace/syscall.c b/src/userspace/syscall.c
index 9462b10..c147703 100644
--- a/src/userspace/syscall.c
+++ b/src/userspace/syscall.c
@@ -17,4 +17,4 @@ DEFN_SYSCALL0(get_pointers, 5);
DEFN_SYSCALL1(alloc, 6, uint32_t);
-DEFN_SYSCALL1(free, 7, uint32_t); \ No newline at end of file
+DEFN_SYSCALL1(free, 7, uint32_t);