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:
Diffstat (limited to 'source/blender/editors/space_file/filelist.c')
-rw-r--r--source/blender/editors/space_file/filelist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index 202a82be4b4..71ead483d06 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -1179,7 +1179,7 @@ void filelist_from_main(struct FileList *filelist)
id= lb->first;
filelist->numfiles= 0;
- while(id) {
+ while (id) {
if (!filelist->hide_dot || id->name[2] != '.') {
filelist->numfiles++;
}
@@ -1204,7 +1204,7 @@ void filelist_from_main(struct FileList *filelist)
id= lb->first;
totlib= totbl= 0;
- while(id) {
+ while (id) {
ok = 1;
if (ok) {
if (!filelist->hide_dot || id->name[2] != '.') {