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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user