diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-06 00:59:23 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-06 23:13:15 +0200 |
commit | 3ec23b3d51be35f871a89295fac53002904c3143 (patch) | |
tree | 9949ed0e79deb4d065c122b96792141ec9e21a66 /util/kconfig/conf.c | |
parent | 14f72bc2cc2aa89d9e4cd6efcae3fcc46ea9b59b (diff) | |
download | coreboot-3ec23b3d51be35f871a89295fac53002904c3143.tar.xz |
kbuild: trivial - use tabs for code indent where possible
Imported from upstream linux kernel kconfig.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Change-Id: Ieed948c6b9c5fc40c1f3d652df11fa70ec6e93a0
Original-Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Original-Signed-off-by: Michal Marek <mmarek@suse.cz>
Reviewed-on: http://review.coreboot.org/9308
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'util/kconfig/conf.c')
-rw-r--r-- | util/kconfig/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |