aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-11-13 15:34:09 +0100
committerThomas White <taw@physics.org>2014-11-13 15:34:09 +0100
commit5990a68e0a8aba2cec887d1f06d7c4b2be6c2106 (patch)
tree608fc094695b85f2d712ad5010a46fa8801a6969
parent4dffb961d66acb8096eb4342d8e6b374a3d56793 (diff)
Whitespace
-rw-r--r--libcrystfel/src/stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index 0489fc97..9773173a 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -580,9 +580,9 @@ static void write_crystal(Stream *st, Crystal *cr, int include_reflections)
fprintf(st->fh, "num_reflections = %i\n",
num_integrated_reflections(reflist));
fprintf(st->fh, "num_saturated_reflections = %lli\n",
- crystal_get_num_saturated_reflections(cr));
+ crystal_get_num_saturated_reflections(cr));
fprintf(st->fh, "num_implausible_reflections = %lli\n",
- crystal_get_num_implausible_reflections(cr));
+ crystal_get_num_implausible_reflections(cr));
}