xash3d-fwgs/engine/common
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
..
imagelib Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
soundlib Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
base_cmd.c
base_cmd.h
build.c public: build: add ARMv8 32-bit support, in case of someone actually uses it 2020-09-28 16:17:08 +03:00
cfgscript.c
cmd.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
com_strings.h engine: ref: try to bruteforce all available renderers if we're failed to load requested one 2021-01-02 17:59:53 +03:00
common.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
common.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
con_utils.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
crashhandler.c public: build: add ARMv8 32-bit support, in case of someone actually uses it 2020-09-28 16:17:08 +03:00
custom.c
cvar.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
cvar.h
dedicated.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
filesystem.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
filesystem.h
gamma.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
host_state.c
host.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
hpak.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
identification.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
infostring.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
launcher.c launcher: oops, enable NOCONHOST only for Win32 2020-04-30 20:48:33 +03:00
lib_common.c
library.h
masterlist.c
miniz.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
mod_bmodel.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
mod_local.h
mod_sprite.c
mod_studio.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
model.c engine: common: simplified strings operations. 2020-11-28 23:20:14 +03:00
net_buffer.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
net_buffer.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
net_chan.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
net_encode.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
net_encode.h
net_ws.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
net_ws.h
netchan.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
pm_debug.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
pm_local.h
pm_surface.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
pm_trace.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
protocol.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
sequence.c
sys_con.c platform: add Platfrom_Init, Platform_Shutdown, Platform_MouseMove move platform-specific code from host.c 2020-02-08 23:15:40 +07:00
system.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
system.h platform: add Platfrom_Init, Platform_Shutdown, Platform_MouseMove move platform-specific code from host.c 2020-02-08 23:15:40 +07:00
world.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
world.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
zone.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00