xash3d-fwgs/engine/common/soundlib/libmpg
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
..
dct36.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
dct64.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
fmt123.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
format.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
frame.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
frame.h Add libmpg source 2018-04-17 03:57:04 +03:00
getbits.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
huffman.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
index.c xash3d-fwgs: append missing new line at the end of file 2019-10-27 22:29:03 +03:00
index.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
layer3.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
libmpg.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
libmpg.dsp Add libmpg source 2018-04-17 03:57:04 +03:00
libmpg.h engine: soundlib: show mpg123 errors in console 2019-07-13 23:25:55 +03:00
mpeghead.h xash3d-fwgs: append missing new line at the end of file 2019-10-27 22:29:03 +03:00
mpg123.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
mpg123.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
parse.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
reader.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
reader.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
sample.h engine: common: explicitly cast literals to floats, include tgmath when needed 2019-10-18 16:46:54 +03:00
synth.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
synth.h xash3d-fwgs: append missing new line at the end of file 2019-10-27 22:29:03 +03:00
tabinit.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00