Clang Format.

This commit is contained in:
Fernando Sahmkow
2020-06-27 11:36:14 -04:00
parent 3714f2e471
commit 467d43570e
14 changed files with 49 additions and 48 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ public:
if (!running) {
running_wait.Set();
/// Wait until effectively paused
while (running_guard);
while (running_guard)
;
}
}