mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 08:17:13 +00:00
fixes formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user