From 71d8cf14ee897801707692baca8652e37d950210 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 5 Jul 2008 23:32:36 +0200 Subject: whitespace --- src/GipfelWidget.cxx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index dcbb38f..e6e2087 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -133,16 +133,12 @@ GipfelWidget::load_image(char *file) { load_distortion_params(buf); } - if (isnan(pan->parms.k0)) { + if (isnan(pan->parms.k0)) pan->parms.k0 = 0.0; - } - - if (isnan(pan->parms.k1)) { + if (isnan(pan->parms.k1)) pan->parms.k1 = 0.0; - } - if (isnan(pan->parms.x0)) { + if (isnan(pan->parms.x0)) pan->parms.x0 = 0.0; - } } return 0; -- cgit v1.2.3