aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers/fromfile.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-12 12:02:32 +0100
committerThomas White <taw@physics.org>2021-03-12 12:31:04 +0100
commit640a9c4aa44f58acc40108ac2ae84269117fd84a (patch)
treed055e6d89c66b02438be0a72ace8397d4669dd1c /libcrystfel/src/indexers/fromfile.h
parent0cc8a3db1a6e57f64275deab0da2b31a15fdbb69 (diff)
FromFile indexer: Strip trailing whitespace and sort out formatting
Diffstat (limited to 'libcrystfel/src/indexers/fromfile.h')
-rw-r--r--libcrystfel/src/indexers/fromfile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/indexers/fromfile.h b/libcrystfel/src/indexers/fromfile.h
index 29d31aee..b91f10ae 100644
--- a/libcrystfel/src/indexers/fromfile.h
+++ b/libcrystfel/src/indexers/fromfile.h
@@ -3,7 +3,6 @@
*
* Perform indexing from solution file
*
- *
* Authors:
* 2020 Pascal Hogan-Lamarre <pascal.hogan.lamarre@mail.utoronto.ca>
*
@@ -44,4 +43,4 @@ extern void *fromfile_prepare(char *solution_filename, UnitCell *cell);
extern int fromfile_index(struct image *image, void *mpriv, int crystal_number);
-#endif /* FROMFILE_H */ \ No newline at end of file
+#endif /* FROMFILE_H */