summaryrefslogtreecommitdiff
path: root/src/Stitch.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 22:27:04 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 22:27:04 +0100
commitf8fb82ba705f6314d502b8efc8f03ecd16b8bed8 (patch)
treeb36fdf1b869751f5a0eabf762d2b9af8d8673a8c /src/Stitch.cxx
parent3065ecc1e1c44770ecad9e4bf29c4b71f0a2bc52 (diff)
more reindent
Diffstat (limited to 'src/Stitch.cxx')
-rw-r--r--src/Stitch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Stitch.cxx b/src/Stitch.cxx
index f378747..7e8f909 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -78,12 +78,12 @@ Stitch::set_output(const char *file, OutputImage *img) {
int
Stitch::resample(int w, int h,
- double view_start, double view_end) {
+ double view_start, double view_end) {
double step_view = (view_end - view_start) / w;
char r, g, b;
int y_off = h / 2;
int merged_pixel_set;
- double radius = (double) w / (view_end -view_start);
+ double radius = (double) w / (view_end -view_start);
if (merged_image) {
merged_image->init(w, h);