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>2012-05-22 20:24:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-22 20:24:09 +0400
commitf16f545c6e78f8d677408b566dd2001dbb90e7f8 (patch)
tree9317e997fd7f90effab16b484d153f75f2f80936 /source/blender/editors/space_file
parent3fc3c9f3b4003dd26e1df8282942622cbdb9e954 (diff)
style cleanup
also fix example for mesh uv's
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/fsmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c
index ac3cc15fe88..6d2381e64d5 100644
--- a/source/blender/editors/space_file/fsmenu.c
+++ b/source/blender/editors/space_file/fsmenu.c
@@ -440,7 +440,7 @@ void fsmenu_read_system(struct FSMenu *fsmenu, int read_bookmarks)
}
/* Finally get user favorite places */
- if(read_bookmarks) {
+ if (read_bookmarks) {
list = LSSharedFileListCreate(NULL, kLSSharedFileListFavoriteItems, NULL);
pathesArray = LSSharedFileListCopySnapshot(list, &seed);
pathesCount = CFArrayGetCount(pathesArray);