aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-04-26 17:20:47 +0200
committerThomas White <taw@physics.org>2019-09-12 16:35:52 +0200
commit8ccf4f93017ce6637ded0763693ddfe39daa568f (patch)
tree5d311956369844a92efeb10d64982d78d154a78b
parent91a16342b42900292cf828f22516a932a2c598eb (diff)
Whitespace
-rw-r--r--libcrystfel/src/index.c4
-rw-r--r--src/process_image.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index cc004d9a..89c0667a 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -504,8 +504,8 @@ void cleanup_indexing(IndexingPrivate *ipriv)
break;
case INDEXING_PINKINDEXER :
- pinkIndexer_cleanup(ipriv->engine_private[n]);
- break;
+ pinkIndexer_cleanup(ipriv->engine_private[n]);
+ break;
default :
ERROR("Don't know how to clean up indexing method %i\n",
diff --git a/src/process_image.h b/src/process_image.h
index ced3bcf2..0b266de8 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -118,7 +118,7 @@ struct index_args
int profile; /* Whether or not to do wall clock profiling */
struct taketwo_options taketwo_opts;
struct xgandalf_options xgandalf_opts;
- struct pinkIndexer_options pinkIndexer_opts;
+ struct pinkIndexer_options pinkIndexer_opts;
struct felix_options felix_opts;
Spectrum *spectrum;
signed int wait_for_file; /* -1 means wait forever */