summaryrefslogtreecommitdiffstats
path: root/keyboards/kmac/matrix.c
diff options
context:
space:
mode:
authorMathias Andersson <wraul@dbox.se>2017-06-17 15:26:46 +0200
committerMathias Andersson <wraul@dbox.se>2017-06-17 20:06:28 +0200
commitdf26ede1313c4f20805be60f534dbfcac54527ba (patch)
tree980aa42c4ca91982540df00499aa570a1f8fa125 /keyboards/kmac/matrix.c
parent67e150a08a0ca6f76837af12dd5d376b353d9942 (diff)
downloadqmk_firmware-df26ede1313c4f20805be60f534dbfcac54527ba.tar.gz
qmk_firmware-df26ede1313c4f20805be60f534dbfcac54527ba.tar.xz
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.
Diffstat (limited to 'keyboards/kmac/matrix.c')
-rw-r--r--keyboards/kmac/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kmac/matrix.c b/keyboards/kmac/matrix.c
index bab638bdf..cfafa90e6 100644
--- a/keyboards/kmac/matrix.c
+++ b/keyboards/kmac/matrix.c
@@ -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)