MSVC snuck in some tab characters...
This commit is contained in:
parent
c579d5b62c
commit
64fb5640cb
|
@ -4277,8 +4277,8 @@ static AttVal* ParseAttrs( TidyDocImpl* doc, Bool *isempty )
|
||||||
av->value = value;
|
av->value = value;
|
||||||
av->dict = TY_(FindAttribute)( doc, av );
|
av->dict = TY_(FindAttribute)( doc, av );
|
||||||
AddAttrToList( &list, av );
|
AddAttrToList( &list, av );
|
||||||
if ( !delim && value )
|
if ( !delim && value )
|
||||||
TY_(ReportAttrError)( doc, lexer->token, av, MISSING_QUOTEMARK_OPEN);
|
TY_(ReportAttrError)( doc, lexer->token, av, MISSING_QUOTEMARK_OPEN);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -535,7 +535,7 @@ TidyMessageImpl *formatAttributeReport(TidyDocImpl* doc, Node *element, Node *no
|
||||||
case MISSING_QUOTEMARK_OPEN:
|
case MISSING_QUOTEMARK_OPEN:
|
||||||
return TY_(tidyMessageCreateWithNode)(doc, node, code, level, name );
|
return TY_(tidyMessageCreateWithNode)(doc, node, code, level, name );
|
||||||
|
|
||||||
case BACKSLASH_IN_URI:
|
case BACKSLASH_IN_URI:
|
||||||
case ESCAPED_ILLEGAL_URI:
|
case ESCAPED_ILLEGAL_URI:
|
||||||
case FIXED_BACKSLASH:
|
case FIXED_BACKSLASH:
|
||||||
case ID_NAME_MISMATCH:
|
case ID_NAME_MISMATCH:
|
||||||
|
@ -1092,8 +1092,8 @@ void TY_(Dialogue)(TidyDocImpl* doc, uint code, ...)
|
||||||
{
|
{
|
||||||
if ( dialogueDispatchTable[i].code == code )
|
if ( dialogueDispatchTable[i].code == code )
|
||||||
{
|
{
|
||||||
|
TidyMessageImpl *message;
|
||||||
TidyReportLevel level = dialogueDispatchTable[i].level;
|
TidyReportLevel level = dialogueDispatchTable[i].level;
|
||||||
TidyMessageImpl *message;
|
|
||||||
va_start(args, code);
|
va_start(args, code);
|
||||||
message = formatDialogue( doc, code, level, args );
|
message = formatDialogue( doc, code, level, args );
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
Loading…
Reference in a new issue