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>2018-06-17 18:06:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-17 18:06:07 +0300
commit76c2203f9ca5a9f9feeffd594ce6e997ff97b908 (patch)
tree61559d71a0194a885a940aaa5d4c31cad8abf344 /source/blender/blenloader/BLO_readfile.h
parent6fc8a74886a30f89562bb542ef3b24cc64b3208a (diff)
Cleanup: trailing space for blenloader
Diffstat (limited to 'source/blender/blenloader/BLO_readfile.h')
-rw-r--r--source/blender/blenloader/BLO_readfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 0b4ff13c7bd..11f34732cfc 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -64,10 +64,10 @@ typedef struct BlendFileData {
int fileflags;
int globalf;
char filename[1024]; /* 1024 = FILE_MAX */
-
+
struct bScreen *curscreen;
struct Scene *curscene;
-
+
eBlenFileType type;
} BlendFileData;
@@ -150,7 +150,7 @@ struct BlendThumbnail *BLO_thumbnail_from_file(const char *filepath);
struct Main *BLO_main_from_memfile(struct MemFile *memfile, struct Main *bmain, struct Scene **r_scene);
#ifdef __cplusplus
-}
+}
#endif
#endif /* __BLO_READFILE_H__ */