From 640a9c4aa44f58acc40108ac2ae84269117fd84a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 12 Mar 2021 12:02:32 +0100 Subject: FromFile indexer: Strip trailing whitespace and sort out formatting --- libcrystfel/src/indexers/fromfile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcrystfel/src/indexers/fromfile.h') 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 * @@ -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 */ -- cgit v1.2.3