aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index e3d4675..a5601a5 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -60,7 +60,7 @@ static void redraw_slide(struct slide *s)
w = s->parent->edit_slide_width;
h = (s->parent->slide_height/s->parent->slide_width) * w;
s->rendered_edit = render_slide(s, w, h);
-
+
}
/* Is this slide currently being displayed on the projector? */