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:
parent
67e150a08a
commit
df26ede131
6 changed files with 94 additions and 94 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue