]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/menuicon/gotofirstmenu.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / menuicon / gotofirstmenu.s
index 110061a4eb2b5be5f0ac925008ce10067a8dd049..b5f2306dbfc260fc112f4c9a251d7e16a1ba057d 100644 (file)
@@ -5,8 +5,8 @@
 
 ; void GotoFirstMenu (void);
 
-           .export _GotoFirstMenu
+            .export _GotoFirstMenu
 
-           .include "jumptab.inc"
+            .include "jumptab.inc"
 
-_GotoFirstMenu = GotoFirstMenu
\ No newline at end of file
+_GotoFirstMenu  = GotoFirstMenu
\ No newline at end of file