From 4d3d0d192cbc376455a247753b886ba6d18d4216 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 24 Aug 2011 17:38:42 -0700 Subject: Formatting --- src/index.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/index.c b/src/index.c index b9de9540..da4a5a31 100644 --- a/src/index.c +++ b/src/index.c @@ -116,10 +116,12 @@ void cleanup_indexing(IndexingPrivate **priv) void map_all_peaks(struct image *image) { - int i; + int i, n; + + n = image_feature_count(image->features); /* Map positions to 3D */ - for ( i=0; ifeatures); i++ ) { + for ( i=0; i