Skip to content

Commit bde0838

Browse files
committed
Delete stray control character from parser.c. No idea how that was introduced.
1 parent e329221 commit bde0838

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/parser.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ static void MoveToHead( TidyDocImpl* doc, Node *element, Node *node )
237237
}
238238

239239

240-
/***************************************************************************//*
240+
/***************************************************************************//*
241241
** MARK: - Decision Making
242242
***************************************************************************/
243243

@@ -490,7 +490,7 @@ static Bool CleanTrailingWhitespace(TidyDocImpl* doc, Node* node)
490490
}
491491

492492

493-
/***************************************************************************//*
493+
/***************************************************************************//*
494494
** MARK: - Information Accumulation
495495
***************************************************************************/
496496

@@ -507,7 +507,7 @@ static void BadForm( TidyDocImpl* doc )
507507
}
508508

509509

510-
/***************************************************************************//*
510+
/***************************************************************************//*
511511
** MARK: - Fixes and Touchup
512512
***************************************************************************/
513513

0 commit comments

Comments
 (0)