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:
Diffstat (limited to 'source/blender/freestyle/intern/view_map/ViewMapIO.cpp')
-rw-r--r--source/blender/freestyle/intern/view_map/ViewMapIO.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
index 0e0e02dcaee..33daf5a7886 100644
--- a/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
+++ b/source/blender/freestyle/intern/view_map/ViewMapIO.cpp
@@ -63,7 +63,7 @@ namespace ViewMapIO {
namespace Internal {
-ViewMap* g_vm;
+ViewMap *g_vm;
//////////////////// 'load' Functions ////////////////////
@@ -1073,7 +1073,7 @@ int load(istream& in, ViewMap *vm, ProgressBar *pb)
// Read the shape id to index mapping
unsigned map_s;
READ(map_s);
- unsigned id,index;
+ unsigned id, index;
for (unsigned int i4 = 0; i4 < map_s; ++i4) {
READ(id);
READ(index);