瀏覽代碼

[CI] Format code according to conventions (#12570)

Co-authored-by: QMK Bot <hello@qmk.fm>
github-actions[bot] 4 年之前
父節點
當前提交
333cd4ec9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      quantum/led_matrix.c

+ 1 - 1
quantum/led_matrix.c

@@ -192,7 +192,7 @@ void led_matrix_task(void) {
 
 
     // Ideally we would also stop sending zeros to the LED driver PWM buffers
     // Ideally we would also stop sending zeros to the LED driver PWM buffers
     // while suspended and just do a software shutdown. This is a cheap hack for now.
     // while suspended and just do a software shutdown. This is a cheap hack for now.
-    bool    suspend_backlight = 
+    bool suspend_backlight =
 #if LED_DISABLE_WHEN_USB_SUSPENDED == true
 #if LED_DISABLE_WHEN_USB_SUSPENDED == true
         g_suspend_state ||
         g_suspend_state ||
 #endif  // LED_DISABLE_WHEN_USB_SUSPENDED == true
 #endif  // LED_DISABLE_WHEN_USB_SUSPENDED == true