xash3d-fwgs/ref_gl
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
..
gl4es@db0218b161 ref_gl/gl4es: bump 2020-12-29 03:25:57 +03:00
gl-wes-v2@11384d5cf6
nanogl@5a22eab534
exports.txt
gl_alias.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_backend.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_beams.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_context.c
gl_cull.c
gl_dbghulls.c Fix 2 instances of void* pointer arithmetic 2020-12-28 13:08:18 +03:00
gl_decals.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_draw.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_export.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_frustum.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_frustum.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_image.c
gl_local.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_opengl.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_rlight.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_rmain.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_rmath.c
gl_rmisc.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_rpart.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_rsurf.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_sprite.c Fix 2 instances of void* pointer arithmetic 2020-12-28 13:08:18 +03:00
gl_studio.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
gl_triapi.c
gl_vgui.c
gl_warp.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
wscript gl4es: Fix so name and add to renderer collector 2020-12-29 00:44:42 +03:00