xash3d-fwgs/engine
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
..
client Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
common Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
platform Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
server Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
alias.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
anorms.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
cdll_exp.h engine: fix warnings 2018-10-06 03:42:09 +03:00
cdll_int.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
custom.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
customentity.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
edict.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
eiface.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
keydefs.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
menu_int.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
mobility_int.h Add fork's mobility_int.h(no support yet, just header) 2018-04-17 03:57:21 +03:00
physint.h engine: fix long<->int conversion UBs 2019-05-02 19:05:09 +03:00
progdefs.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
ref_api.h ref: add export that returns GL_GetProcAddress for renderapi 2020-02-25 12:59:04 +07:00
sequence.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
shake.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
sprite.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
studio.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
vgui_api.h Integrate FWGS vgui_support 2018-04-14 01:49:14 +03:00
warpsin.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
wscript platform/android: implement native software blitter, fix lost context on resize, fix safegl 2020-07-08 08:48:46 +07:00