NO-OP: brace position

This commit is contained in:
Paul Davis 2019-03-03 10:21:07 -07:00
parent cbc93c3487
commit a000faaa47

View File

@ -314,10 +314,11 @@ LTC_TransportMaster::detect_ltc_fps(int frameno, bool df)
{
bool fps_changed = false;
double detected_fps = 0;
if (frameno > ltc_detect_fps_max)
{
if (frameno > ltc_detect_fps_max) {
ltc_detect_fps_max = frameno;
}
ltc_detect_fps_cnt++;
if (ltc_detect_fps_cnt > 40) {