From 5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 22:47:19 +0200 Subject: Remove whitespace errors from all files --- src/bplist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bplist.c') diff --git a/src/bplist.c b/src/bplist.c index 24326b7..c3fc071 100644 --- a/src/bplist.c +++ b/src/bplist.c @@ -339,7 +339,7 @@ static char *plist_utf16be_to_utf8(uint16_t *unistr, long len, long *items_read, read_lead_surrogate = 1; w = 0x010000 + ((wc & 0x3FF) << 10); } else { - // This is invalid, the next 16 bit char should be a trail surrogate. + // This is invalid, the next 16 bit char should be a trail surrogate. // Handling error by skipping. read_lead_surrogate = 0; } -- cgit v1.1-32-gdbae