Use spaces for code indent, instead of tabs

Some files use tabs instead of spaces for indent. Even some other
files use both of tabs and spaces which is quite confusing.

This updates all *.c files and *.h files to use spaces consistently.
Note that indent width is still inconsistent (2 vs 4), which may be
fixed later.

Change-Id: I7c0b2629785bfbaf3d0a06d8d81aa29c00168083
This commit is contained in:
Takashi Kajinami 2024-01-27 12:54:00 +09:00
parent ee1d5548b4
commit a7fc5ccdc8
4 changed files with 313 additions and 313 deletions