From 3a9a794d8b98bdb7bdcde0dce544bf45d7d3dd78 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 15 Mar 2012 14:12:41 +0900 Subject: [PATCH] Minor formatting edit. --- src/lexer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lexer.c b/src/lexer.c index 3a97244..3cb2148 100644 --- a/src/lexer.c +++ b/src/lexer.c @@ -1576,7 +1576,6 @@ Bool TY_(SetXHTMLDocType)( TidyDocImpl* doc ) switch(dtmode) { - case TidyDoctypeHtml5: /* HTML5 */ TY_(RepairAttrValue)(doc, doctype, pub, NULL);