summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-29 17:14:37 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-29 17:14:37 +0200
commitc368443056c0eda834f4924ca36c141d8d97f89e (patch)
tree8495b7d67bb6932c49e8c425c61a0cb991953803
parent33fbaf7198781e12a7bfb61c45a795b794933dac (diff)
style
-rw-r--r--src/PreviewOutputImage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PreviewOutputImage.cxx b/src/PreviewOutputImage.cxx
index d500e49..3f6443a 100644
--- a/src/PreviewOutputImage.cxx
+++ b/src/PreviewOutputImage.cxx
@@ -56,9 +56,9 @@ PreviewOutputImage::next_line_internal() {
void
PreviewOutputImage::draw() {
- if (!data) {
+ if (!data)
return;
- }
+
fl_push_clip(x(), y(), w(), h());
fl_draw_image(data, x(), y(), w(), h(), d);
fl_pop_clip();