From 2672ee77a0f9b3334ccd348ff3618b8df98798b6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 23 Aug 2015 21:12:48 +1000 Subject: Cleanup: spelling/style --- source/blender/editors/space_file/file_draw.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_file/file_draw.c') diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c index 521572628a6..dac9124a4cb 100644 --- a/source/blender/editors/space_file/file_draw.c +++ b/source/blender/editors/space_file/file_draw.c @@ -655,11 +655,10 @@ void file_draw_list(const bContext *C, ARegion *ar) sx += (int)layout->column_widths[COLUMN_SIZE] + column_space; } else if (params->display == FILE_LONGDISPLAY) { - if (!(file->typeflag & FILE_TYPE_BLENDERLIB) && !FILENAME_IS_CURRPAR(file->relpath)) - { + if (!(file->typeflag & FILE_TYPE_BLENDERLIB) && !FILENAME_IS_CURRPAR(file->relpath)) { if ((file->entry->date_str[0] == '\0') || update_stat_strings) { BLI_filelist_entry_datetime_to_string( - NULL, file->entry->time, small_size, file->entry->time_str, file->entry->date_str); + NULL, file->entry->time, small_size, file->entry->time_str, file->entry->date_str); } file_draw_string( sx, sy, file->entry->date_str, layout->column_widths[COLUMN_DATE], layout->tile_h, align); -- cgit v1.2.3