From 6701933f5ce4598d2fc98bd27a5b8a4e58ca06e2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 21 Apr 2012 12:51:47 +0000 Subject: style cleanup --- source/blender/blenlib/intern/fileops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/fileops.c') diff --git a/source/blender/blenlib/intern/fileops.c b/source/blender/blenlib/intern/fileops.c index 93312f04692..5bbfd596ba7 100644 --- a/source/blender/blenlib/intern/fileops.c +++ b/source/blender/blenlib/intern/fileops.c @@ -222,7 +222,7 @@ gzFile BLI_gzopen(const char *filename, const char *mode) int i = 0; /* xxx Creates file before transcribing the path */ - if(mode[0] == 'w') + if (mode[0] == 'w') fclose(ufopen(filename,"a")); UTF16_ENCODE(filename); -- cgit v1.2.3