Skip to content

Commit

Permalink
Format code according to conventions (qmk#15588)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Dec 27, 2021
1 parent 7f7364c commit f9cf09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/pointing_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ report_mouse_t pointing_device_combine_reports(report_mouse_t left_report, repor
report_mouse_t pointing_device_task_combined_kb(report_mouse_t left_report, report_mouse_t right_report);
report_mouse_t pointing_device_task_combined_user(report_mouse_t left_report, report_mouse_t right_report);
report_mouse_t pointing_device_adjust_by_defines_right(report_mouse_t mouse_report);
# endif //defined(POINTING_DEVICE_COMBINED)
#endif //defined(SPLIT_POINTING_ENABLE)
# endif // defined(POINTING_DEVICE_COMBINED)
#endif // defined(SPLIT_POINTING_ENABLE)

0 comments on commit f9cf09e

Please sign in to comment.