xash3d-fwgs/vgui_support
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
..
Android.mk Integrate FWGS vgui_support 2018-04-14 01:49:14 +03:00
Makefile.linux Integrate FWGS vgui_support 2018-04-14 01:49:14 +03:00
cl.bat Integrate FWGS vgui_support 2018-04-14 01:49:14 +03:00
vgui_clip.cpp vgui_support: remove utl dependency, by porting new vgui support code from original engine, remove dead function definitions, remove dead vgui_main.h header from engine 2019-04-11 01:12:52 +03:00
vgui_input.cpp Integrate FWGS vgui_support 2018-04-14 01:49:14 +03:00
vgui_int.cpp vgui_support: properly EXPORT main entry point 2019-07-09 04:53:05 +03:00
vgui_main.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
vgui_surf.cpp vgui_support: remove utl dependency, by porting new vgui support code from original engine, remove dead function definitions, remove dead vgui_main.h header from engine 2019-04-11 01:12:52 +03:00
wscript wscript: refactoring, add waf_unit_test, disable -Wdouble-promotion, rename fast as fastnative and leave fast without -march=native for x-compiling 2019-11-05 01:01:33 +03:00