From c4ea30cbf98a29cbe1dce13b9eca22f92dfa9ef9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 6 Mar 2011 18:51:18 +0100 Subject: Fussiness --- src/index.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/index.c') diff --git a/src/index.c b/src/index.c index 15875295..3d2246bc 100644 --- a/src/index.c +++ b/src/index.c @@ -44,8 +44,8 @@ static IndexingPrivate *indexing_private(IndexingMethod indm) IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell, - const char *filename, struct detector *det, - double nominal_photon_energy) + const char *filename, struct detector *det, + double nominal_photon_energy) { int n; int nm = 0; @@ -69,7 +69,7 @@ IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell, break; case INDEXING_TEMPLATE : iprivs[n] = generate_templates(cell, filename, det, - nominal_photon_energy); + nominal_photon_energy); break; } -- cgit v1.2.3