coding standard

This commit is contained in:
Seth Alves 2016-11-01 11:59:28 -07:00
parent ae17135a07
commit 137730dc50

View file

@ -90,7 +90,7 @@ public:
}
void run() override {
for (;;) {
while (true) {
{
Lock lock(_checkDevicesMutex);
if (_quit) {