From 0a6d0255787a7b95a31ab317ed83463109c9fc01 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 7 Sep 2012 00:29:35 +0200 Subject: Fix whitespace --- src/mainwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? */ -- cgit v1.2.3