Style cleanup

This commit is contained in:
Drew DeVault 2017-08-09 17:30:22 -04:00
parent 5a7595af77
commit bd2e9a7168
3 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ static inline int mind(int row, int col) {
void wlr_matrix_identity(float (*output)[16]) {
static const float identity[16] = {
1.0f, 0.0f, 0.0f, 0.0f,
1.0f, 0.0f, 0.0f, 0.0f,
0.0f, 1.0f, 0.0f, 0.0f,
0.0f, 0.0f, 1.0f, 0.0f,
0.0f, 0.0f, 0.0f, 1.0f