kbuild: trivial - use tabs for code indent where possible
[linux-2.6-block.git] / scripts / kconfig / zconf.lex.c_shipped
index a0521aa5974b514e7bfcb1811746c283702862f2..349a7f24315b1d1c4887962626365fd749fdae02 100644 (file)
@@ -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;