Standardize indentation using spaces.

Most files already used spaces, but three used tabs for indentation. These have been converted to use spaces. This allows the files to be displayed with proper formatting in modern editors and on GitHub. It also removes any dependency on SysTabs settings when assembling them.

The spacing in fpextra.asm was also modified to use standard column positions.

There are no non-whitespace changes in this commit.
This commit is contained in:
Stephen Heumann 2022-06-25 18:27:20 -05:00
parent ab2f17c249
commit 3581d20a7c
4 changed files with 6977 additions and 6977 deletions