소스 검색

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)