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>2019-02-26 06:31:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-26 06:31:48 +0300
commit186bd4d87ba14cfe4f23ed11be1166b42dd0449e (patch)
treefc405b92de6c4989e20bd709e96813eb9ea24bc5 /source/blender/blenloader
parent1de11c38d4dae96c57d5580a77631093b3e8c33a (diff)
Cleanup: indentation, trailing space
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index e9053d55390..6f62b260444 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -2135,7 +2135,7 @@ static void *read_struct(FileData *fd, BHead *bh, const char *blockname)
if (bh->len) {
#ifdef USE_BHEAD_READ_ON_DEMAND
BHead *bh_orig = bh;
- #endif
+#endif
/* switch is based on file dna */
if (bh->SDNAnr && (fd->flags & FD_FLAGS_SWITCH_ENDIAN)) {
@@ -2147,7 +2147,7 @@ static void *read_struct(FileData *fd, BHead *bh, const char *blockname)
return NULL;
}
}
- #endif
+#endif
switch_endian_structs(fd->filesdna, bh);
}