]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/common/memset.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / geos-common / common / memset.s
index 67c54f8bb5190d9493dc87e538dbb2f853e9a376..2cb6732d18a3f96ba979db261b481b6e8f495bef 100644 (file)
@@ -6,9 +6,9 @@
 ; Maciej 'YTM/Elysium' Witkowiak, 20.08.2003
 ;
 
-           .export _memset, _bzero, __bzero
-           .import _ClearRam, _FillRam
+            .export _memset, _bzero, __bzero
+            .import _ClearRam, _FillRam
 
-_bzero         = _ClearRam
-__bzero                = _ClearRam
-_memset                = _FillRam
+_bzero          = _ClearRam
+__bzero         = _ClearRam
+_memset         = _FillRam