mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 18:59:15 +00:00
Replaced tabs with spaces in test programs.
This commit is contained in:
@@ -169,7 +169,7 @@ perspective_matrix(float fovy, float aspect, float znear, float zfar, float *r)
|
||||
static void
|
||||
multiply_matrix(float *lhs, float *rhs, float *r)
|
||||
{
|
||||
int i, j, k;
|
||||
int i, j, k;
|
||||
float tmp[16];
|
||||
|
||||
for (i = 0; i < 4; i++) {
|
||||
|
||||
Reference in New Issue
Block a user