1
0
forked from aniani/vim

updated for version 7.3.342

Problem:    Code not in Vim style.
Solution:   Fix the style. (Elias Diem)
This commit is contained in:
Bram Moolenaar
2011-10-20 18:24:22 +02:00
parent 667b4d2db9
commit 62dbdc4a5a
4 changed files with 6 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ mac_string_convert(ptr, len, lenp, fail_on_error, from_enc, to_enc, unconvlenp)
*unconvlenp = 0;
cfstr = CFStringCreateWithBytes(NULL, ptr, len, from, 0);
if(cfstr == NULL)
if (cfstr == NULL)
fprintf(stderr, "Encoding failed\n");
/* When conversion failed, try excluding bytes from the end, helps when
* there is an incomplete byte sequence. Only do up to 6 bytes to avoid