From f8fb82ba705f6314d502b8efc8f03ecd16b8bed8 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 30 Oct 2006 22:27:04 +0100 Subject: more reindent --- src/Stitch.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Stitch.H') diff --git a/src/Stitch.H b/src/Stitch.H index d29c2e9..49dd6b8 100644 --- a/src/Stitch.H +++ b/src/Stitch.H @@ -12,19 +12,19 @@ #define MAX_PICS 256 - + class Stitch { private: GipfelWidget *gipf[MAX_PICS]; OutputImage *single_images[MAX_PICS]; OutputImage *merged_image; - + public: Stitch(); ~Stitch(); - + int load_image(char *file); OutputImage * set_output(OutputImage *img); -- cgit v1.2.3