From 60d4d5388355ba1f8306c6d01bab98dc53f2addf Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 15 Aug 2011 14:00:12 +0200 Subject: Formatting --- src/pattern_sim.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/pattern_sim.c') 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 ) { -- cgit v1.2.3