mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
coding standard
This commit is contained in:
parent
ae17135a07
commit
137730dc50
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public:
|
|||
}
|
||||
|
||||
void run() override {
|
||||
for (;;) {
|
||||
while (true) {
|
||||
{
|
||||
Lock lock(_checkDevicesMutex);
|
||||
if (_quit) {
|
||||
|
|
Loading…
Reference in a new issue