diff options
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r-- | src/pattern_sim.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index bad74615..62390017 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -416,10 +416,10 @@ int main(int argc, char *argv[]) RefList *reflections; reflections = read_reflections(intfile); - if (reflections == NULL) { - ERROR("Problem reading input file %s\n",intfile); - return 1; - } + if ( reflections == NULL ) { + ERROR("Problem reading input file %s\n", intfile); + return 1; + } free(intfile); if ( grad == GRADIENT_PHASED ) { |