Use consistent indentation within files.

Tabs have been expanded to spaces in several files that use mainly spaces for indentation.

The files ctype.asm, stdio.asm, and string.asm consistently use tabs for indentation. The tabs in these files have been left alone, except that a few tabs between sentences in comments were changed to spaces.  One space-indented line in stdio.asm was changed to use a tab.
This commit is contained in:
Stephen Heumann 2020-02-16 13:28:18 -06:00
parent 44dfc1d1d6
commit 573bc6efa9
8 changed files with 45 additions and 45 deletions