Ensure single newline at EOF for core files (#11310)
This commit is contained in:
parent
bbf0f65284
commit
1b7b72c0e9
40 changed files with 40 additions and 61 deletions
|
@ -52,4 +52,4 @@ __attribute__((weak)) void pointing_device_task(void) {
|
|||
|
||||
report_mouse_t pointing_device_get_report(void) { return mouseReport; }
|
||||
|
||||
void pointing_device_set_report(report_mouse_t newMouseReport) { mouseReport = newMouseReport; }
|
||||
void pointing_device_set_report(report_mouse_t newMouseReport) { mouseReport = newMouseReport; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue