2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-16 06:56:34 +01:00
xash3d-fwgs/engine/client/avi
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
..
avi_stub.c engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h 2019-11-24 03:52:08 +03:00
avi_win.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
avi.h engine: fix long<->int conversion UBs 2019-05-02 19:05:09 +03:00