13
0

NOOP, remove trailing whitespace

This commit is contained in:
Robin Gareus 2014-09-13 01:44:05 +02:00
parent aa83f1a8c7
commit 3da9c3b740

View File

@ -423,7 +423,7 @@ WaveView::draw_image (Cairo::RefPtr<Cairo::ImageSurface>& image, PeakData* _peak
}
if (fabs (_peaks[i].min) >= clip_level) {
tips[i].clip_min = true;
tips[i].clip_max = true;
}
}
@ -1039,4 +1039,3 @@ WaveView::set_global_show_waveform_clipping (bool yn)
VisualPropertiesChanged (); /* EMIT SIGNAL */
}
}