Delete stray control character from parser.c. No idea how that was introduced.

This commit is contained in:
Jim Derry 2021-08-18 06:30:37 -04:00
parent e32922175a
commit bde08388dc
1 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@ static void MoveToHead( TidyDocImpl* doc, Node *element, Node *node )
}
/***************************************************************************//*
/***************************************************************************//*
** MARK: - Decision Making
***************************************************************************/
@ -490,7 +490,7 @@ static Bool CleanTrailingWhitespace(TidyDocImpl* doc, Node* node)
}
/***************************************************************************//*
/***************************************************************************//*
** MARK: - Information Accumulation
***************************************************************************/
@ -507,7 +507,7 @@ static void BadForm( TidyDocImpl* doc )
}
/***************************************************************************//*
/***************************************************************************//*
** MARK: - Fixes and Touchup
***************************************************************************/