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>2020-02-02 03:43:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-02 03:47:49 +0300
commitf48e876459acec1769dd329c1978c5c82530792c (patch)
treed8dca76290c1a2a70550cb3c3418beaa155c5089 /source/blender/editors/space_file/filelist.c
parentf051d47cdbcee708bbb7190f2790ac372cab00e2 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/editors/space_file/filelist.c')
-rw-r--r--source/blender/editors/space_file/filelist.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index fa904e0934b..800726c6fb0 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -947,7 +947,10 @@ ImBuf *filelist_geticon_image(struct FileList *filelist, const int index)
return filelist_geticon_image_ex(file->typeflag, file->relpath);
}
-static int filelist_geticon_ex(FileDirEntry *file, const char *root, const bool is_main, const bool ignore_libdir)
+static int filelist_geticon_ex(FileDirEntry *file,
+ const char *root,
+ const bool is_main,
+ const bool ignore_libdir)
{
const int typeflag = file->typeflag;