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

View file

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