aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 68482e94..e4853a71 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -167,9 +167,7 @@ static int integrate_peak(struct image *image, int xp, int yp,
}
p = find_panel(&image->det, x+xp, y+yp);
- if ( p == NULL ) {
- return 1;
- }
+ if ( p == NULL ) return 1;
/* Area of one pixel */
pix_area = pow(1.0/p->res, 2.0);