fixes formatting

This commit is contained in:
Peter Thorson
2011-12-01 17:52:58 -06:00
parent e8fd5f69e4
commit 0c9f2768c7

View File

@@ -44,8 +44,6 @@ class validator {
public:
validator() : m_state(UTF8_ACCEPT),m_codepoint(0) {}
bool consume (uint32_t byte) {
if (utf8_validator::decode(&m_state,&m_codepoint,byte) == UTF8_REJECT) {
return false;