From eb2da4721c3aace988aa38623534bb56db81a222 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Tue, 16 Dec 2008 12:51:59 +0200 Subject: [PATCH] Added whitespace cleanups. --- femonosd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/femonosd.c b/femonosd.c index f5e7b61..da7f046 100644 --- a/femonosd.c +++ b/femonosd.c @@ -479,7 +479,7 @@ void cFemonOsd::Action(void) m_SvdrpVideoBitrate = strtol(s + 5, NULL, 10); else if (!strncasecmp(s, "AUBR:", 5)) m_SvdrpAudioBitrate = strtol(s + 5, NULL, 10); - } + } } DrawInfoWindow(); DrawStatusWindow();