aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-19 19:33:41 +0100
committerThomas White <taw@physics.org>2009-11-19 19:33:41 +0100
commitc72fcf4bc2a9f46daf6cbcb14ac2fc388696de09 (patch)
treec1b44dbc2eee52df3e53a76bc9bf295e4716391e /src/main.c
parentda1167955e843460414cc6caa2af0979f36caf4c (diff)
Whitespace
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e4b826b7..d26bea7c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -116,10 +116,10 @@ again:
image.sfacs = NULL;
image.data = NULL;
image.twotheta = NULL;
-
+
/* Splurge a few useful numbers */
printf("Wavelength is %f nm\n", image.lambda/1.0e-9);
-
+
get_diffraction(&image, cell);
record_image(&image);