mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
Added whitespace cleanups.
This commit is contained in:
parent
5cf9b4af0b
commit
eb2da4721c
@ -479,7 +479,7 @@ void cFemonOsd::Action(void)
|
|||||||
m_SvdrpVideoBitrate = strtol(s + 5, NULL, 10);
|
m_SvdrpVideoBitrate = strtol(s + 5, NULL, 10);
|
||||||
else if (!strncasecmp(s, "AUBR:", 5))
|
else if (!strncasecmp(s, "AUBR:", 5))
|
||||||
m_SvdrpAudioBitrate = strtol(s + 5, NULL, 10);
|
m_SvdrpAudioBitrate = strtol(s + 5, NULL, 10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DrawInfoWindow();
|
DrawInfoWindow();
|
||||||
DrawStatusWindow();
|
DrawStatusWindow();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user