diff options
| author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-10 19:08:13 +0900 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-11-29 15:56:34 +0100 |
| commit | 18a7897ec7d2283f63eff86a158ee84ce0edbd25 (patch) | |
| tree | 40e51373a303579f92b0cc410b817fe61eaa7fd7 /scripts/kconfig/conf.c | |
| parent | 6e893690f8c64b265ad87b43f4a97a25787a53c8 (diff) | |
| download | android_kernel_m2note-18a7897ec7d2283f63eff86a158ee84ce0edbd25.tar.gz | |
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 bde5b95c8..3a3627574 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -694,7 +694,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) { |
