]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-cbm/system/initdoneio.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-cbm / system / initdoneio.s
index 6bcfe195ba7c8acf7e05633950cf0d02aac57354..b5e51524a387a15be1b1868dc33059efcdbe854c 100644 (file)
@@ -6,10 +6,10 @@
 ; void InitForIO  (void);
 ; void DoneWithIO (void);
 
-           .export _InitForIO, _DoneWithIO
+            .export _InitForIO, _DoneWithIO
 
-           .include "jumptab.inc"
+            .include "jumptab.inc"
 
-_InitForIO     = InitForIO
-           
-_DoneWithIO    = DoneWithIO
\ No newline at end of file
+_InitForIO      = InitForIO
+            
+_DoneWithIO     = DoneWithIO
\ No newline at end of file