[Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379)

* Applies to all c/h/y/l/sh files and .editorconfig
This commit is contained in:
Olof hagsand 2022-10-27 14:21:17 +02:00
parent a9d1ab006c
commit d84c529ff1
376 changed files with 38147 additions and 38133 deletions

View file

@ -272,10 +272,10 @@ identifier [A-Za-z_][A-Za-z0-9_\-\.]*
BEGIN(_YY->yy_lex_state);
str[0] = '\\';
str[1] = yytext[0];
str[2] = '\0';
str[2] = '\0';
clixon_yang_parselval.string = str;
return CHARS; }
<COMMENT1>[^*\n]* /* eat anything that's not a '*' */
<COMMENT1>"*"+[^*/\n]* /* eat up '*'s not followed by '/'s */
<COMMENT1>"*"+"/" BEGIN(_YY->yy_lex_state);