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/editors/space_file/filelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_file/filelist.c') diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c index a48fc6b23f6..d7c4056431f 100644 --- a/source/blender/editors/space_file/filelist.c +++ b/source/blender/editors/space_file/filelist.c @@ -641,7 +641,7 @@ struct ImBuf * filelist_geticon(struct FileList* filelist, int index) if ( strcmp(filelist->filelist[fidx].relname, "..") == 0) { ibuf = gSpecialFileImages[SPECIAL_IMG_PARENT]; } - else if ( strcmp(filelist->filelist[fidx].relname, ".") == 0) { + else if (strcmp(filelist->filelist[fidx].relname, ".") == 0) { ibuf = gSpecialFileImages[SPECIAL_IMG_REFRESH]; } else { -- cgit v1.2.3