From 4a498fbcf2059483b065afeb2acee0a6e11941b7 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 5 Jul 2008 23:25:55 +0200 Subject: whitespace --- src/TIFFOutputImage.cxx | 2 +- src/gipfel.cxx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/TIFFOutputImage.cxx b/src/TIFFOutputImage.cxx index 38dfd5b..2b0a30d 100644 --- a/src/TIFFOutputImage.cxx +++ b/src/TIFFOutputImage.cxx @@ -40,7 +40,7 @@ TIFFOutputImage::init_internal() { if (tiff) TIFFClose(tiff); - if((tiff = TIFFOpen(file, "w")) == NULL){ + if ((tiff = TIFFOpen(file, "w")) == NULL){ fprintf(stderr, "can't open %s\n", file); return 1; } diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 195e288..df75f05 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -401,8 +401,6 @@ create_control_window() { i_distortion_x0->when(FL_WHEN_ENTER_KEY); i_distortion_x0->callback((Fl_Callback*)distortion_cb); - - // Buttons Fl_Button *b = new Fl_Button(280, 280, 100, 20, "comp"); b->color(FL_RED); -- cgit v1.2.3