From c5d12f9a6c8dd4753e49f62ca825e03d647c7038 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 6 Apr 2022 15:47:49 +0200 Subject: [PATCH] Fix bad indentation in CConn::socketEvent() --- vncviewer/CConn.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx index 011dd971..0b90196f 100644 --- a/vncviewer/CConn.cxx +++ b/vncviewer/CConn.cxx @@ -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); -- 2.39.5