diff --git a/linker.ld b/linker.ld
index 5793251326c0f6685f6262e9c5c1224de84a9494..e7dd691adae716ae3294a4f2168a4a8c30c505fe 100644
--- a/linker.ld
+++ b/linker.ld
@@ -1,5 +1,5 @@
 /* The bootloader will look at this image and start execution at the symbol
-   designated as the entry point. */
+   designated as the entry point. */ 
 ENTRY(_start)
 
 /* Tell where the various sections of the object files will be put in the final