From 812fd1b7a5aeb67d4139255a6df8230c420ea57e Mon Sep 17 00:00:00 2001 From: louis <louis.braun@gmx.de> Date: Sun, 26 May 2013 11:38:05 +0200 Subject: whitespace cleanup --- footer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'footer.c') diff --git a/footer.c b/footer.c index 4518d67..46f576c 100644 --- a/footer.c +++ b/footer.c @@ -2,10 +2,10 @@ cFooter::cFooter() { buttonBorder = 20; - buttonWidth = (tvguideConfig.osdWidth - tvguideConfig.timeLineWidth - 5*buttonBorder)/4; - buttonHeight= tvguideConfig.footerHeight - 2*buttonBorder; + buttonWidth = (tvguideConfig.osdWidth - tvguideConfig.timeLineWidth - 5*buttonBorder)/4; + buttonHeight= tvguideConfig.footerHeight - 2*buttonBorder; buttonY = (tvguideConfig.footerHeight - buttonHeight)/2; - + footer = osdManager.requestPixmap(2, cRect( tvguideConfig.timeLineWidth, tvguideConfig.osdHeight - tvguideConfig.footerHeight, tvguideConfig.osdWidth - tvguideConfig.timeLineWidth, -- cgit v1.2.3