]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/exehdr.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / apple2 / exehdr.s
index f66b14a5c8c6d9f3d3edfb6263d0e3b6c986abf3..eb05e66bee1e5080b2af7dd8a11e57efd29552de 100644 (file)
@@ -5,12 +5,12 @@
 ; containing the load address and load length.
 ;
 
-        .export         __EXEHDR__ : absolute = 1      ; Linker referenced
-        .import                __LOADADDR__, __LOADSIZE__      ; Linker generated
+        .export         __EXEHDR__ : absolute = 1       ; Linker referenced
+        .import         __LOADADDR__, __LOADSIZE__      ; Linker generated
 
 ; ------------------------------------------------------------------------
 
         .segment        "EXEHDR"
 
-        .addr           __LOADADDR__   ; Load address
-        .word           __LOADSIZE__   ; Load length
+        .addr           __LOADADDR__    ; Load address
+        .word           __LOADSIZE__    ; Load length