Skip to content

Commit

Permalink
Fixed Tidy's 'empty span' warning in HTML output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Jan 3, 2014
1 parent 45934e8 commit 8cfac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code.l
Expand Up @@ -3251,8 +3251,8 @@ RAWEND ")"[^ \t\(\)\\]{0,16}\"
}
}
<SkipCPP>\n/.*\n {
codifyLines(yytext);
endFontClass();
codifyLines(yytext);
BEGIN( g_lastSkipCppContext ) ;
}
<*>\n{B}*"//@"[{}].*\n { // remove one-line group marker
Expand Down

0 comments on commit 8cfac90

Please sign in to comment.