]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/menuicon/doicons.s
Normalized coding style.
[cc65] / libsrc / geos-common / menuicon / doicons.s
index 60db813039ddac00507734added958e4e96bc66d..6213f992359f621e3ace7cdc924a4b632f56382f 100644 (file)
@@ -1,4 +1,3 @@
-
 ;
 ; Maciej 'YTM/Alliance' Witkowiak
 ;
@@ -12,6 +11,6 @@
            .include "geossym.inc"
 
 _DoIcons:
-           sta r0L
-           stx r0H
-           jmp DoIcons
\ No newline at end of file
+       sta r0L
+       stx r0H
+       jmp DoIcons
\ No newline at end of file