diff options
| author | Ray <[email protected]> | 2021-06-13 17:08:30 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-06-13 17:08:30 +0200 |
| commit | 4b93feb172addaf266f2cccb2e08c170cf5b9767 (patch) | |
| tree | 3986fe085b1546a2bc364dbeddb38832b49d44e9 /src/raymath.h | |
| parent | d875891a3c2621ab40733ca3569eca9e054a6506 (diff) | |
| download | raylib-4b93feb172addaf266f2cccb2e08c170cf5b9767.tar.gz raylib-4b93feb172addaf266f2cccb2e08c170cf5b9767.zip | |
Remove trail spaces
Diffstat (limited to 'src/raymath.h')
| -rw-r--r-- | src/raymath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raymath.h b/src/raymath.h index 4be5739c..6ab666e5 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -1389,7 +1389,7 @@ RMDEF Quaternion QuaternionFromMatrix(Matrix mat) RMDEF Matrix QuaternionToMatrix(Quaternion q) { Matrix result = MatrixIdentity(); - + float a2 = q.x*q.x; float b2 = q.y*q.y; float c2 = q.z*q.z; |
