aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-09-07 00:29:35 +0200
committerThomas White <taw@bitwiz.org.uk>2012-09-07 00:29:35 +0200
commit0a6d0255787a7b95a31ab317ed83463109c9fc01 (patch)
treef8b1ce797c41a3a3244d9b6f57864c9904c432cf
parent953c5e0780fb2916bfe8be832f95319c6eb294f8 (diff)
Fix whitespace
-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? */