aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/linker.ld')
-rw-r--r--src/userspace/linker.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userspace/linker.ld b/src/userspace/linker.ld
index 7c2941f..152e0bf 100644
--- a/src/userspace/linker.ld
+++ b/src/userspace/linker.ld
@@ -16,4 +16,4 @@ SECTIONS {
*(.bss)
. = ALIGN(4096);
}
-}
+} \ No newline at end of file