diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-06-10 19:08:13 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-06-10 14:00:53 +0200 |
commit | bb66fc67192bbd406fe9c22033f1bbbf3e7ec621 (patch) | |
tree | 19948db86af0bc1d4662fca553d0a23c6e4d648d /scripts/kconfig/zconf.lex.c_shipped | |
parent | 7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (diff) | |
download | op-kernel-dev-bb66fc67192bbd406fe9c22033f1bbbf3e7ec621.zip op-kernel-dev-bb66fc67192bbd406fe9c22033f1bbbf3e7ec621.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/zconf.lex.c_shipped')
-rw-r--r-- | scripts/kconfig/zconf.lex.c_shipped | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/zconf.lex.c_shipped b/scripts/kconfig/zconf.lex.c_shipped index a0521aa..349a7f2 100644 --- a/scripts/kconfig/zconf.lex.c_shipped +++ b/scripts/kconfig/zconf.lex.c_shipped @@ -789,8 +789,8 @@ static char *text; static int text_size, text_asize; struct buffer { - struct buffer *parent; - YY_BUFFER_STATE state; + struct buffer *parent; + YY_BUFFER_STATE state; }; struct buffer *current_buf; |