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>2012-06-25 11:24:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-25 11:24:48 +0400
commit15cb064e1b853a56fc676db1c2869db47657d91a (patch)
tree7755ccbcf7f5fe6ade69520c31d2f206bb5b7fe3 /source/blenderplayer/bad_level_call_stubs
parentf6337a2843b2686fea49df60562c28ed7490ebcd (diff)
style cleanup
Diffstat (limited to 'source/blenderplayer/bad_level_call_stubs')
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index b82f2f7f270..97fb9435180 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -506,7 +506,7 @@ struct DualConMesh *dualcon(const struct DualConMesh *input_mesh,
float threshold,
float hermite_num,
float scale,
- int depth) {return 0;}
+ int depth) { return 0; }
/* intern/cycles */
struct CCLDeviceInfo;