diff src/os_mac_conv.c @ 3143:314d9368069e v7.3.342

updated for version 7.3.342 Problem: Code not in Vim style. Solution: Fix the style. (Elias Diem)
author Bram Moolenaar <bram@vim.org>
date Thu, 20 Oct 2011 18:24:22 +0200
parents acda456c788a
children 0b6c37dd858d
line wrap: on
line diff
--- a/src/os_mac_conv.c
+++ b/src/os_mac_conv.c
@@ -77,7 +77,7 @@ mac_string_convert(ptr, len, lenp, fail_
 	*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