xash3d-fwgs/ref_soft
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
..
adivtab.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_aclip.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_beams.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_bsp.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_context.c ref_soft: de-duplicated symbols 2020-05-02 18:57:37 +03:00
r_decals.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_draw.c Add 'ref_soft/' from commit '9045657352c7dfd3622cdf2b69462ca33f4262ee' 2020-03-29 17:45:00 +03:00
r_edge.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_glblit.c ref_soft/glblit: fix wrong MapBuffer function in GLES3 2020-07-10 09:49:13 +07:00
r_image.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_light.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_local.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_main.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_math.c Add 'ref_soft/' from commit '9045657352c7dfd3622cdf2b69462ca33f4262ee' 2020-03-29 17:45:00 +03:00
r_misc.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_part.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_polyse.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_rast.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_scan.c Add 'ref_soft/' from commit '9045657352c7dfd3622cdf2b69462ca33f4262ee' 2020-03-29 17:45:00 +03:00
r_sprite.c Add 'ref_soft/' from commit '9045657352c7dfd3622cdf2b69462ca33f4262ee' 2020-03-29 17:45:00 +03:00
r_studio.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_surf.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
r_trialias.c Add 'ref_soft/' from commit '9045657352c7dfd3622cdf2b69462ca33f4262ee' 2020-03-29 17:45:00 +03:00
r_triapi.c ref_soft: remove leftover debug volatile 2020-05-02 19:07:56 +03:00
r_vgui.c Add 'ref_soft/' from commit '9045657352c7dfd3622cdf2b69462ca33f4262ee' 2020-03-29 17:45:00 +03:00
wscript Add 'ref_soft/' from commit '9045657352c7dfd3622cdf2b69462ca33f4262ee' 2020-03-29 17:45:00 +03:00