diff options
author | Thomas White <taw@physics.org> | 2013-02-19 18:15:23 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-19 18:15:23 +0100 |
commit | 8441fd6c3efdb4c1cd454e792fad4b939cf988de (patch) | |
tree | 3b53b834201a6f4daf816d9e6469aa18d43cb4a7 /libcrystfel | |
parent | 28cb1dbdd7a743f4ed47a886a6abdd75d3c5b772 (diff) |
Whitespace
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/xds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/xds.c b/libcrystfel/src/xds.c index ba84b1ec..d6a2546a 100644 --- a/libcrystfel/src/xds.c +++ b/libcrystfel/src/xds.c @@ -525,7 +525,7 @@ int run_xds(struct image *image, IndexingPrivate *priv) xds->target_cell = xp->cell; write_inp(image, xp); - + if ( write_inp == NULL ) { ERROR("Failed to write XDS.INP file for XDS.\n"); return 0; |