mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-04 10:56:26 +08:00
Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
committed by
Jerry (Xinyu Hou)
parent
88214a0d3c
commit
5a9cbc97e3
@@ -1351,7 +1351,7 @@ void MainWindow::delay(unsigned int s)
|
||||
{
|
||||
QTime dieTime= QTime::currentTime().addSecs(s);
|
||||
|
||||
while( QTime::currentTime() < dieTime ) {
|
||||
while (QTime::currentTime() < dieTime) {
|
||||
QCoreApplication::processEvents(QEventLoop::AllEvents, 100);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user