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/makesdna/intern
parent1de11c38d4dae96c57d5580a77631093b3e8c33a (diff)
Cleanup: indentation, trailing space
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/dna_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/intern/dna_utils.h b/source/blender/makesdna/intern/dna_utils.h
index 00dd53d093b..6e96cf43622 100644
--- a/source/blender/makesdna/intern/dna_utils.h
+++ b/source/blender/makesdna/intern/dna_utils.h
@@ -21,8 +21,8 @@
#ifndef __DNA_UTILS_H__
#define __DNA_UTILS_H__
-struct MemArena;
struct GHash;
+struct MemArena;
int DNA_elem_array_size(const char *str);