Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user