aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-08-15 14:00:12 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:36 +0100
commit60d4d5388355ba1f8306c6d01bab98dc53f2addf (patch)
tree5da0d953ec583c98da81fce7212c5e4c871845cd /src/pattern_sim.c
parentd475475baafd8047f4c4e0c41132b2944f3b1efd (diff)
Formatting
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r--src/pattern_sim.c8
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 ) {