[clang-tidy] use bool literals where appropriate

Found with modernize-use-bool-literals

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-01-31 20:04:44 -08:00
parent bc6eca2115
commit 9db3809c7b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1155,7 +1155,7 @@ try {
std::unique_lock<Mutex> lock(mutex);
while (1) {
while (true) {
switch (command) {
case PlayerCommand::SEEK:
case PlayerCommand::QUEUE: