Spacing fixes. No version bump.
This commit is contained in:
parent
52e55d1554
commit
a604621fef
|
@ -6079,7 +6079,8 @@ Bool TY_(IsBlank)(Lexer *lexer, Node *node)
|
|||
isBlank = ( node->end == node->start || /* Zero length */
|
||||
( node->end == node->start+1 /* or one blank. */
|
||||
&& lexer->lexbuf[node->start] == ' ' ) );
|
||||
return isBlank;
|
||||
|
||||
return isBlank;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue