Kaynağa Gözat

Fix bad indentation in CConn::socketEvent()

tags/v1.12.90
Pierre Ossman 2 yıl önce
ebeveyn
işleme
c5d12f9a6c
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 5
    5
      vncviewer/CConn.cxx

+ 5
- 5
vncviewer/CConn.cxx Dosyayı Görüntüle

@@ -255,12 +255,12 @@ void CConn::socketEvent(FL_SOCKET fd, void *data)

// Make sure that the FLTK handling and the timers gets some CPU
// time in case of back to back messages
Fl::check();
Timer::checkTimeouts();
Fl::check();
Timer::checkTimeouts();

// Also check if we need to stop reading and terminate
if (should_disconnect())
break;
// Also check if we need to stop reading and terminate
if (should_disconnect())
break;
}

cc->sock->outStream().cork(false);

Loading…
İptal
Kaydet