Fix whitespace.

This commit is contained in:
Michael R Sweet 2025-04-24 12:29:20 -04:00
parent 749c0f845d
commit d1bf9a92dc
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244

View File

@ -170,7 +170,7 @@ _pdfio_utf16cpy(
size_t dstsize) // I - Destination buffer size
{
char *dstptr = dst, // Pointer into buffer
*dstend = dst + dstsize - 5; // End of buffer
*dstend = dst + dstsize - 5; // End of buffer
int ch; // Unicode character
bool is_be = !memcmp(src, "\376\377", 2);
// Big-endian strings?