summaryrefslogtreecommitdiff
path: root/keyboards/ps2avrGB/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ps2avrGB/matrix.c')
-rw-r--r--keyboards/ps2avrGB/matrix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/ps2avrGB/matrix.c b/keyboards/ps2avrGB/matrix.c
index e487ca1823..beaa54c400 100644
--- a/keyboards/ps2avrGB/matrix.c
+++ b/keyboards/ps2avrGB/matrix.c
@@ -100,6 +100,5 @@ inline matrix_row_t matrix_get_row(uint8_t row) {
return matrix[row];
}
-void matrix_print(void)
-{
+void matrix_print(void) {
}