Skip to content

Commit

Permalink
Format code according to conventions (#15693)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot authored Dec 31, 2021
1 parent 4fe6f3c commit 5fcdff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/split_common/transactions.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ static void pointing_handlers_slave(matrix_row_t master_matrix[], matrix_row_t s
}
last_exec = timer_read32();
# endif
temp_cpi = !pointing_device_driver.get_cpi ? 0 : pointing_device_driver.get_cpi(); // check for NULL
temp_cpi = !pointing_device_driver.get_cpi ? 0 : pointing_device_driver.get_cpi(); // check for NULL
if (split_shmem->pointing.cpi && memcmp(&split_shmem->pointing.cpi, &temp_cpi, sizeof(temp_cpi)) != 0) {
if (pointing_device_driver.set_cpi) {
pointing_device_driver.set_cpi(split_shmem->pointing.cpi);
Expand Down

0 comments on commit 5fcdff9

Please sign in to comment.