diff options
author | Ryan <fauxpark@gmail.com> | 2020-12-28 04:36:32 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 04:36:32 +1100 |
commit | 1b7b72c0e96856d2b9f73f705787af3426662bcf (patch) | |
tree | b03387eee60a4650d850c11daf7a962285837da6 /quantum/pointing_device.c | |
parent | bbf0f65284f6c9cc40429f446bddf48e2e882ad0 (diff) | |
download | qmk_firmware-1b7b72c0e96856d2b9f73f705787af3426662bcf.tar.gz qmk_firmware-1b7b72c0e96856d2b9f73f705787af3426662bcf.zip |
Ensure single newline at EOF for core files (#11310)
Diffstat (limited to 'quantum/pointing_device.c')
-rw-r--r-- | quantum/pointing_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/pointing_device.c b/quantum/pointing_device.c index 24a487b9a..9b7629f30 100644 --- a/quantum/pointing_device.c +++ b/quantum/pointing_device.c | |||
@@ -52,4 +52,4 @@ __attribute__((weak)) void pointing_device_task(void) { | |||
52 | 52 | ||
53 | report_mouse_t pointing_device_get_report(void) { return mouseReport; } | 53 | report_mouse_t pointing_device_get_report(void) { return mouseReport; } |
54 | 54 | ||
55 | void pointing_device_set_report(report_mouse_t newMouseReport) { mouseReport = newMouseReport; } \ No newline at end of file | 55 | void pointing_device_set_report(report_mouse_t newMouseReport) { mouseReport = newMouseReport; } |