1
0
Fork 0

Unify KMAC code indentation

It's a little unclear what the style guidelines are for the QMK project.
But I figured that I should at least keep the indentation consistent
within the KMAC part.
This commit is contained in:
Mathias Andersson 2017-06-17 15:26:46 +02:00
parent 67e150a08a
commit df26ede131
6 changed files with 94 additions and 94 deletions

View file

@ -103,7 +103,7 @@ bool matrix_is_on(uint8_t row, uint8_t col)
inline
matrix_row_t matrix_get_row(uint8_t row)
{
return matrix[row];
return matrix[row];
}
void matrix_print(void)