summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-07-05 23:25:55 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-07-05 23:25:55 +0200
commit4a498fbcf2059483b065afeb2acee0a6e11941b7 (patch)
treebc0d72061eab15b1de06599632602be15aeaa2ad
parentf7bc229a1f73ff6aad78588642b773d7832121f5 (diff)
whitespace
-rw-r--r--src/TIFFOutputImage.cxx2
-rw-r--r--src/gipfel.cxx2
2 files changed, 1 insertions, 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);