xash3d-fwgs/public
Gleb Mazovetskiy 5e0a0765ce Trim all trailing whitespace
The `.editorconfig` file in this repo is configured to trim all trailing
whitespace regardless of whether the line is modified.

Trims all trailing whitespace in the repository to make the codebase easier
to work with in editors that respect `.editorconfig`.

`git blame` becomes less useful on these lines but it already isn't very useful.

Commands:

```
find . -type f -name '*.h' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
find . -type f -name '*.c' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
```
2021-01-04 20:55:10 +03:00
..
tests public: add simple C89-compatible testing framework (wip) 2019-11-05 11:22:16 +03:00
build.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
crclib.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
crclib.h public,sprites: fix -Wcast-align, disable -Werror for it 2020-11-18 12:15:54 +03:00
crtlib.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
crtlib.h engine: common: simplified strings operations. 2020-11-28 23:20:14 +03:00
matrixlib.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
pstdint.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
unittest.h public: unittest: use static everywhere to prevent collision when tests may be linked into engine 2019-11-05 11:35:39 +03:00
wscript public: wscript: skip installation 2019-07-11 03:59:56 +03:00
xash3d_mathlib.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
xash3d_mathlib.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00