]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/strcoll.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / common / strcoll.s
index 664d1f48390754e73162d4ccdb635d5e471ca607..9b2db28935815c120bf6a0464a09d8959e6d8bbf 100644 (file)
@@ -6,8 +6,8 @@
 ; Since we don't have locales, this function is equivalent to strcmp.
 ;
 
-       .export         _strcoll
-       .import         _strcmp
+        .export         _strcoll
+        .import         _strcmp
 
-_strcoll       = _strcmp
+_strcoll        = _strcmp