diff options
author | Masahiro Yamada | 2014-06-10 19:08:13 +0900 |
---|---|---|
committer | Michal Marek | 2014-06-10 14:00:53 +0200 |
commit | bb66fc67192bbd406fe9c22033f1bbbf3e7ec621 (patch) | |
tree | 19948db86af0bc1d4662fca553d0a23c6e4d648d /scripts/kconfig/zconf.l | |
parent | 7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (diff) |
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.l')
-rw-r--r-- | scripts/kconfig/zconf.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/zconf.l b/scripts/kconfig/zconf.l index 1a9f53e535ca..6c62d93b4ffb 100644 --- a/scripts/kconfig/zconf.l +++ b/scripts/kconfig/zconf.l @@ -27,8 +27,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; |