scripts/config: sync with linux upstream
[oweals/openwrt.git] / scripts / config / zconf.lex.c_shipped
index 4e0e5f504bbf42eb8ce3eac24dccd1e47badd4a2..f1d652829301afa7c7eefce0a244857ce75806f6 100644 (file)
@@ -792,8 +792,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;