diff options
author | Thomas White <taw@physics.org> | 2011-08-15 14:00:12 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:36 +0100 |
commit | 60d4d5388355ba1f8306c6d01bab98dc53f2addf (patch) | |
tree | 5da0d953ec583c98da81fce7212c5e4c871845cd /src/get_hkl.c | |
parent | d475475baafd8047f4c4e0c41132b2944f3b1efd (diff) |
Formatting
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r-- | src/get_hkl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 6fc262a4..1f211597 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -416,10 +416,10 @@ int main(int argc, char *argv[]) } input = read_reflections(input_file); - if (input == NULL) { - ERROR("Problem reading input file %s\n",input_file); - return 1; - } + if ( input == NULL ) { + ERROR("Problem reading input file %s\n", input_file); + return 1; + } free(input_file); if ( check_list_symmetry(input, mero) ) { ERROR("The input reflection list does not appear to" |