]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
env: Fix up indent
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 3 Sep 2025 14:22:26 +0000 (16:22 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 9 Sep 2025 18:43:34 +0000 (12:43 -0600)
Replace #define<TAB> with #define<space> to be consistent in
the entire file. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/env_default.h

index 9caf22cdd1d729dae58d82adc34004263f0ae505..ae2cfbcbc4513aa5c3ba235c69757eb530e41429 100644 (file)
@@ -79,10 +79,10 @@ const char default_environment[] = {
 #ifdef CONFIG_USE_BOOTFILE
        "bootfile="     CONFIG_BOOTFILE                 "\0"
 #endif
-#ifdef CONFIG_SYS_LOAD_ADDR
+#ifdef CONFIG_SYS_LOAD_ADDR
        "loadaddr="     __stringify(CONFIG_SYS_LOAD_ADDR)"\0"
 #endif
-#ifdef CONFIG_ENV_VARS_UBOOT_CONFIG
+#ifdef CONFIG_ENV_VARS_UBOOT_CONFIG
        "arch="         CONFIG_SYS_ARCH                 "\0"
 #ifdef CONFIG_SYS_CPU
        "cpu="          CONFIG_SYS_CPU                  "\0"