mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
remove trailing whitespace (#1284)
This commit is contained in:
@@ -244,7 +244,7 @@ simdjson_warn_unused error_code implementation::minify(const uint8_t *buf, size_
|
||||
}
|
||||
|
||||
// credit: based on code from Google Fuchsia (Apache Licensed)
|
||||
simdjson_warn_unused bool implementation::validate_utf8(const char *buf, size_t len) const noexcept {
|
||||
simdjson_warn_unused bool implementation::validate_utf8(const char *buf, size_t len) const noexcept {
|
||||
const uint8_t *data = (const uint8_t *)buf;
|
||||
uint64_t pos = 0;
|
||||
uint32_t code_point = 0;
|
||||
|
||||
Reference in New Issue
Block a user