scripts/config: sync with linux upstream
[openwrt/openwrt.git] / scripts / config / zconf.l
index 0287f454e380a35e7e981a485a3c57b7ef507265..7c7baefda791cfdef4757a242a25641c7b87a4ec 100644 (file)
@@ -29,8 +29,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;
@@ -70,7 +70,6 @@ static void alloc_string(const char *str, int size)
 }
 %}
 
-ws     [ \n\t]
 n      [A-Za-z0-9_]
 
 %%