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