summaryrefslogtreecommitdiffstats
path: root/src/bplist.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-08 22:47:19 +0200
committerGravatar Martin Szulecki2020-06-08 22:47:19 +0200
commit5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd (patch)
tree8d4ef9664917e395ff3c72b7966ad16c50a4baeb /src/bplist.c
parent137716df3f197a7184c1fba88fcb30480dafd6e0 (diff)
downloadlibplist-5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd.tar.gz
libplist-5ca510afde8bc59c9682f5f1ae11b1ed74d1acdd.tar.bz2
Remove whitespace errors from all files
Diffstat (limited to 'src/bplist.c')
-rw-r--r--src/bplist.c2
1 files changed, 1 insertions, 1 deletions
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;
}