aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pattern_sim.c3
-rw-r--r--src/stream.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index c0318176..cf9eb532 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -528,7 +528,8 @@ int main(int argc, char *argv[])
image.twotheta = NULL;
cell_get_parameters(cell, &a, &b, &c, &d, &d, &d);
- STATUS("Particle size = %i x %i x %i (=%5.2f x %5.2f x %5.2f nm)\n",
+ STATUS("Particle size = %i x %i x %i"
+ " ( = %5.2f x %5.2f x %5.2f nm)\n",
na, nb, nc, na*a/1.0e-9, nb*b/1.0e-9, nc*c/1.0e-9);
if ( config_gpu ) {
diff --git a/src/stream.c b/src/stream.c
index 260504da..f0c56111 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -89,7 +89,6 @@ int parse_stream_flags(const char *a)
free(flags);
return ret;
-
}
@@ -183,7 +182,6 @@ static int read_reflections(FILE *fh, struct image *image)
/* Got read error of some kind before finding PEAK_LIST_END_MARKER */
return 1;
-
}