ghaerr / elks

Embeddable Linux Kernel Subset - Linux for 8086
Other
999 stars 108 forks source link

[kernel] Retab some source files - no functional changes #2006

Closed ghaerr closed 2 weeks ago

ghaerr commented 2 weeks ago

The combinations of 4- and 8-character tabs, as well as fixed indention with spaces to 4- and 8-column positions, is out of control. This continues the retabbing of a number of kernel C and ASM source files, using fixed spaces to 4 columns for C, and fixed spaces to 8 columns for most ASM code.

Only reformatting, no functional changes. This needed to be done as some vfprintf/tiny_printf changes coming that need careful source diffs between them.