From 6ca7d8293228e821695a3149e8fb91b0d305daeb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 25 Feb 2012 16:04:03 +0000 Subject: code cleanup: white space, spelling & ';;' end of lines. --- source/blender/blenkernel/intern/idprop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenkernel/intern/idprop.c') diff --git a/source/blender/blenkernel/intern/idprop.c b/source/blender/blenkernel/intern/idprop.c index d9fe0138784..3bcb262fac8 100644 --- a/source/blender/blenkernel/intern/idprop.c +++ b/source/blender/blenkernel/intern/idprop.c @@ -146,7 +146,7 @@ void IDP_ResizeIDPArray(IDProperty *prop, int newlen) return; } - /* - Note: This code comes from python, here's the corrusponding comment. - */ + /* - Note: This code comes from python, here's the corresponding comment. - */ /* This over-allocates proportional to the list size, making room * for additional growth. The over-allocation is mild, but is * enough to give linear-time amortized behavior over a long @@ -220,7 +220,7 @@ void IDP_ResizeArray(IDProperty *prop, int newlen) return; } - /* - Note: This code comes from python, here's the corrusponding comment. - */ + /* - Note: This code comes from python, here's the corresponding comment. - */ /* This over-allocates proportional to the list size, making room * for additional growth. The over-allocation is mild, but is * enough to give linear-time amortized behavior over a long -- cgit v1.2.3