]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_encodings.h
xnu-2782.40.9.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_encodings.h
index 8d9dc4b08536e78bfde30c14e2332e3c9ee42104..f93ed4666fd4c5481e339b30d7505b77e55d33c5 100644 (file)
@@ -60,7 +60,6 @@ typedef int (* hfs_to_unicode_func_t)(const Str31 hfs_str, UniChar *uni_str,
 typedef int (* unicode_to_hfs_func_t)(UniChar *uni_str, u_int32_t unicodeChars,
                Str31 hfs_str);
 
-
 int hfs_addconverter(int kmod_id, u_int32_t encoding,
                hfs_to_unicode_func_t get_unicode,
                unicode_to_hfs_func_t get_hfsname);