mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-04-25 09:56:48 +02:00
Fix whitespace.
This commit is contained in:
parent
749c0f845d
commit
d1bf9a92dc
@ -170,7 +170,7 @@ _pdfio_utf16cpy(
|
|||||||
size_t dstsize) // I - Destination buffer size
|
size_t dstsize) // I - Destination buffer size
|
||||||
{
|
{
|
||||||
char *dstptr = dst, // Pointer into buffer
|
char *dstptr = dst, // Pointer into buffer
|
||||||
*dstend = dst + dstsize - 5; // End of buffer
|
*dstend = dst + dstsize - 5; // End of buffer
|
||||||
int ch; // Unicode character
|
int ch; // Unicode character
|
||||||
bool is_be = !memcmp(src, "\376\377", 2);
|
bool is_be = !memcmp(src, "\376\377", 2);
|
||||||
// Big-endian strings?
|
// Big-endian strings?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user