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-12-13 05:00:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-13 05:00:21 +0400
commit96b2dc8e13ad6364c23119dcb909da785b5dca2b (patch)
tree9b23a0ba827fec02d6628d654f7f5fe17d3b099e /source/blender/editors/space_view3d
parent0260e4b8a38cc567eda0679aaf7723ff442bdc34 (diff)
style cleanup: changes from recent commits
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/view3d_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index a5cbe88faf1..1b0b0f027d9 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -573,7 +573,7 @@ static int draw_name_offset(ARegion *ar)
arn = arn->prev;
/* check if a region overlaps with the current one */
- for (; arn; arn= arn->next) {
+ for (; arn; arn = arn->next) {
if (ar != arn)
if (ar->winrct.xmin == arn->winrct.xmin)
if (ar->winrct.ymin == arn->winrct.ymin)