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/intern/readfile.h
parent6fc8a74886a30f89562bb542ef3b24cc64b3208a (diff)
Cleanup: trailing space for blenloader
Diffstat (limited to 'source/blender/blenloader/intern/readfile.h')
-rw-r--r--source/blender/blenloader/intern/readfile.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index ebb29b640e7..1fbca720054 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -64,23 +64,23 @@ typedef struct FileData {
// now only in use for library appending
char relabase[FILE_MAX];
-
+
// variables needed for reading from stream
char headerdone;
int inbuffer;
-
+
// gzip stream for memory decompression
z_stream strm;
-
+
// general reading variables
struct SDNA *filesdna;
const struct SDNA *memsdna;
const char *compflags; /* array of eSDNA_StructCompare */
-
+
int fileversion;
int id_name_offs; /* used to retrieve ID names from (bhead+1) */
int globalf, fileflags; /* for do_versions patching */
-
+
eBLOReadSkip skip_flags; /* skip some data-blocks */
struct OldNewMap *datamap;
@@ -90,13 +90,13 @@ typedef struct FileData {
struct OldNewMap *movieclipmap;
struct OldNewMap *soundmap;
struct OldNewMap *packedmap;
-
+
struct BHeadSort *bheadmap;
int tot_bheadmap;
/* see: USE_GHASH_BHEAD */
struct GHash *bhead_idname_hash;
-
+
ListBase *mainlist;
ListBase *old_mainlist; /* Used for undo. */