updated for version 7.3.342
Problem: Code not in Vim style.
Solution: Fix the style. (Elias Diem)
diff --git a/src/os_mac_conv.c b/src/os_mac_conv.c
index 71960da..2c4038e 100644
--- a/src/os_mac_conv.c
+++ b/src/os_mac_conv.c
@@ -77,7 +77,7 @@
*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