From: Priyadi Iman Nurcahyo Date: Sun, 30 Apr 2017 11:03:03 +0000 (+0700) Subject: Syntax fix X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f28652dcc22c74db4f3c60537fa07f6774451f9;p=qmk_firmware.git Syntax fix --- diff --git a/keyboards/handwired/promethium/matrix.c b/keyboards/handwired/promethium/matrix.c index 2b7ce2bf5..72dbe8d4d 100644 --- a/keyboards/handwired/promethium/matrix.c +++ b/keyboards/handwired/promethium/matrix.c @@ -133,8 +133,8 @@ void matrix_init(void) { matrix_init_quantum(); } -uint8_t matrix_scan(void -){ +uint8_t matrix_scan(void) +{ // Set row, read cols for (uint8_t current_row = 0; current_row < MATRIX_ROWS; current_row++) { # if (DEBOUNCING_DELAY > 0)