diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-10 14:08:13 +0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-06-10 16:00:53 +0400 |
commit | bb66fc67192bbd406fe9c22033f1bbbf3e7ec621 (patch) | |
tree | 19948db86af0bc1d4662fca553d0a23c6e4d648d /scripts/kconfig/conf.c | |
parent | 7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (diff) | |
download | linux-bb66fc67192bbd406fe9c22033f1bbbf3e7ec621.tar.xz |
kbuild: trivial - use tabs for code indent where possible
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r-- | scripts/kconfig/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index d19944f9c3ac..fef75fc756f4 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/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) { |