浏览代码

Format code according to conventions (#15588)

QMK Bot 3 年之前
父节点
当前提交
f9cf09ebd1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      quantum/pointing_device.h

+ 2 - 2
quantum/pointing_device.h

@@ -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)