Remove extra whitespace, use public variable in IDL.
[jelmer/samba4-debian.git] / source / lib / charset / charcnv.c
index 54a0676599fba6430f23c347f80415e0908f7de4..0465be689eb32984ab5ff43e44a2f6647357cdd4 100644 (file)
@@ -677,7 +677,7 @@ _PUBLIC_ codepoint_t next_codepoint(struct smb_iconv_convenience *ic,
           with codepoints above 64k */
        olen = 2;
        outbuf = (char *)buf;
-       smb_iconv(descriptor,  &str, &ilen, &outbuf, &olen);
+       smb_iconv(descriptor, &str, &ilen, &outbuf, &olen);
        if (olen == 2) {
                olen = 4;
                outbuf = (char *)buf;