liberasurecode/src
Takashi Kajinami ca2caab1ad 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
2024-01-27 17:03:16 +09:00
..
backends Remove trailing whitespaces 2024-01-25 15:17:45 +00:00
builtin Use spaces for code indent, instead of tabs 2024-01-27 17:03:16 +09:00
utils/chksum Use spaces for code indent, instead of tabs 2024-01-27 17:03:16 +09:00
Makefile.am Use zlib for CRC-32 2017-07-06 17:40:38 +00:00
erasurecode.c Remove trailing whitespaces 2024-01-25 15:17:45 +00:00
erasurecode_helpers.c Use spaces for code indent, instead of tabs 2024-01-27 17:03:16 +09:00
erasurecode_postprocessing.c Be willing to write fragments with legacy crc 2020-09-30 16:38:11 -07:00
erasurecode_preprocessing.c Merge "Fix bounds check in get_fragment_partition" 2024-01-25 19:31:48 +00:00