From 842384a0d3963e1aa87a8a8d3add1552a44eb3f2 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Tue, 11 Jun 2019 10:32:59 +0200 Subject: [PATCH] spi_flash: Fix Kconfig indentation Closes https://github.com/espressif/esp-idf/issues/3598 --- components/spi_flash/Kconfig | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/components/spi_flash/Kconfig b/components/spi_flash/Kconfig index 7ffb5660a3..969c7cc8a0 100644 --- a/components/spi_flash/Kconfig +++ b/components/spi_flash/Kconfig @@ -69,14 +69,12 @@ menu "SPI Flash driver" ROM functions. These functions should not be called directly from IDF applications. - config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS - bool "Aborts" - config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS - bool "Fails" - config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED - bool "Allowed" + config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS + bool "Aborts" + config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS + bool "Fails" + config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED + bool "Allowed" endchoice endmenu - -