kbuild: trivial - use tabs for code indent where possible
[carl9170fw.git] / config / zconf.l
index a0eec5ae617684b06f8f44c3ca7d2ac403ec37b8..54058e07a375e4796054b6e90f2b58638ca055ff 100644 (file)
@@ -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;