xash3d-fwgs/engine/platform/android
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.c platform/android: make host.state actual in Android_UpdateSurface call 2020-07-12 05:16:08 +07:00
android_priv.h platform/android: implement native software blitter, fix lost context on resize, fix safegl 2020-07-08 08:48:46 +07:00
dlsym-weak.cpp engine: android: fix building dlsym_weak on latest NDK 2019-09-10 11:15:48 +06:00
dlsym-weak.h engine: android: allow building dedicated on Android 2019-09-19 17:09:18 +03:00
lib_android.c engine: platform: android: don't check if XASH_ENGLIBDIR and XASH_GAMELIBDIR are null. Load library by direct path if PATH_SPLITTER was found. Partially fixes #74 2019-10-30 16:55:00 +03:00
lib_android.h platform: android: fix macros 2019-10-31 18:42:34 +03:00
linker.h engine: android: fix building custom dlsym with NDK r19c, clean-up 2019-05-28 04:09:47 +03:00
snd_opensles.c platform: remove unneeded argument from SNDDMA_Init 2019-07-12 22:42:13 +03:00
vid_android.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00