Fix style checking

This commit is contained in:
Frank Chen 2022-01-19 10:13:12 +08:00 committed by GitHub
parent 3391f3f06e
commit 94a2490664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -519,7 +519,7 @@ public:
char * begin = reinterpret_cast<char *>(&out_vec[pos]);
char * end = begin;
// use executeOnUInt instead of using executeOneString
// use executeOnUInt instead of using executeOneString
// because the latter one outputs the string in the memory order
Impl::executeOneUInt(uuid[i].toUnderType().items[0], end, false, false);
Impl::executeOneUInt(uuid[i].toUnderType().items[1], end, false, true);