From 857df8065face58eff5556953cdf2dd72e09f2b6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 28 Dec 2012 14:19:05 +0000 Subject: style cleanup --- source/blender/editors/uvedit/uvedit_smart_stitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/uvedit/uvedit_smart_stitch.c') diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.c b/source/blender/editors/uvedit/uvedit_smart_stitch.c index f7219f8bd1b..96e43dafa2f 100644 --- a/source/blender/editors/uvedit/uvedit_smart_stitch.c +++ b/source/blender/editors/uvedit/uvedit_smart_stitch.c @@ -1606,7 +1606,7 @@ static int stitch_init(bContext *C, wmOperator *op) } uvedit_get_aspect(scene, obedit, em, &aspx, &aspy); - state->aspect = aspx/aspy; + state->aspect = aspx / aspy; /* Entirely possible if redoing last operator that static island is bigger than total number of islands. * This ensures we get no hang in the island checking code in stitch_stitch_process_data. */ -- cgit v1.2.3