aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-09-11 15:30:10 +0200
committerThomas White <taw@physics.org>2015-09-15 13:46:57 +0200
commitbd50b94550fbffa47c85eaa0c7708a5fe939cf60 (patch)
tree941f4ec4d631201f903e2e79669c0cbea2c0be6e /libcrystfel/src/index.c
parent9e852fc193e919aed5f0303e4605f857b68c08c4 (diff)
Formatting / fussiness
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r--libcrystfel/src/index.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index e48f7194..99e40053 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -110,7 +110,8 @@ IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell,
break;
case INDEXING_FELIX :
- iprivs[n] = felix_prepare(&indm[n], cell, det, ltl, options);
+ iprivs[n] = felix_prepare(&indm[n], cell, det, ltl,
+ options);
break;
default :