浏览代码

Fix bad indentation in CConn::socketEvent()

tags/v1.12.90
Pierre Ossman 2 年前
父节点
当前提交
c5d12f9a6c
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5
    5
      vncviewer/CConn.cxx

+ 5
- 5
vncviewer/CConn.cxx 查看文件



// Make sure that the FLTK handling and the timers gets some CPU // Make sure that the FLTK handling and the timers gets some CPU
// time in case of back to back messages // 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); cc->sock->outStream().cork(false);

正在加载...
取消
保存