Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-08-20 01:51:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-20 01:51:50 +0300
commit6c0cdda8e137b1aede016d876f275becb2d6c037 (patch)
treef683e485a87bfc4d4f5c589b1ea4d3d0fee4026d /source/blender/editors/space_file/file_ops.c
parent5c3b95e1a85a1ea14d5c4089f5117df28b12d906 (diff)
Cleanup: whitespace
Diffstat (limited to 'source/blender/editors/space_file/file_ops.c')
-rw-r--r--source/blender/editors/space_file/file_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c
index 4e56b5b2d7d..e1a0ee5edd2 100644
--- a/source/blender/editors/space_file/file_ops.c
+++ b/source/blender/editors/space_file/file_ops.c
@@ -496,8 +496,8 @@ static bool file_walk_select_selection_set(
{
/* conditions for deselecting: initial file is selected, new file is
* selected and either other_side isn't selected/found or we use fill */
- deselect = (fill || other_site == -1 ||
- !filelist_entry_select_index_get(files, other_site, FILE_SEL_SELECTED));
+ deselect = (fill || other_site == -1 ||
+ !filelist_entry_select_index_get(files, other_site, FILE_SEL_SELECTED));
/* don't change highlight_file here since we either want to deselect active or we want to
* walk through a block of selected files without selecting/deselecting anything */