From 3ec23b3d51be35f871a89295fac53002904c3143 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 6 Apr 2015 00:59:23 +0200 Subject: kbuild: trivial - use tabs for code indent where possible Imported from upstream linux kernel kconfig. Signed-off-by: Stefan Reinauer Change-Id: Ieed948c6b9c5fc40c1f3d652df11fa70ec6e93a0 Original-Signed-off-by: Masahiro Yamada Original-Signed-off-by: Michal Marek Reviewed-on: http://review.coreboot.org/9308 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Marc Jones --- util/kconfig/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/kconfig/conf.c') diff --git a/util/kconfig/conf.c b/util/kconfig/conf.c index d19944f9c3..fef75fc756 100644 --- a/util/kconfig/conf.c +++ b/util/kconfig/conf.c @@ -696,7 +696,7 @@ int main(int ac, char **av) } else if (input_mode == savedefconfig) { if (conf_write_defconfig(defconfig_file)) { fprintf(stderr, _("n*** Error while saving defconfig to: %s\n\n"), - defconfig_file); + defconfig_file); return 1; } } else if (input_mode != listnewconfig) { -- cgit v1.2.3