Pārlūkot izejas kodu

esp_eth: KConfig formatting fix

Angus Gratton 6 gadi atpakaļ
vecāks
revīzija
2fcbc6aaa5
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      components/esp_eth/Kconfig

+ 4 - 4
components/esp_eth/Kconfig

@@ -1,9 +1,9 @@
 menu "Ethernet"
 menu "Ethernet"
 
 
-     # Invisible item that is enabled if any Ethernet
-     # selection is made
-     config ETH_ENABLED
-     bool
+    # Invisible item that is enabled if any Ethernet
+    # selection is made
+    config ETH_ENABLED
+        bool
 
 
     menuconfig ETH_USE_ESP32_EMAC
     menuconfig ETH_USE_ESP32_EMAC
         depends on IDF_TARGET_ESP32
         depends on IDF_TARGET_ESP32