From b8a71efeba70d6c3ebc579f5043daa4162da86e8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Mar 2012 07:52:14 +0000 Subject: style cleanup: follow style guide for/with/if spacing --- source/blender/blenlib/intern/scanfill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/scanfill.c') diff --git a/source/blender/blenlib/intern/scanfill.c b/source/blender/blenlib/intern/scanfill.c index 90031d961c3..641d0373a64 100644 --- a/source/blender/blenlib/intern/scanfill.c +++ b/source/blender/blenlib/intern/scanfill.c @@ -657,7 +657,7 @@ static int scanfill(PolyFill *pf) ed2= ed1->next; /* commented out... the ESC here delivers corrupted memory (and doesnt work during grab) */ - /* if(callLocalInterruptCallBack()) break; */ + /* if (callLocalInterruptCallBack()) break; */ if (totface>maxface) { /* printf("Fill error: endless loop. Escaped at vert %d, tot: %d.\n", a, verts); */ a= verts; -- cgit v1.2.3