[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:
@@ -1155,7 +1155,7 @@ try {
|
||||
|
||||
std::unique_lock<Mutex> lock(mutex);
|
||||
|
||||
while (1) {
|
||||
while (true) {
|
||||
switch (command) {
|
||||
case PlayerCommand::SEEK:
|
||||
case PlayerCommand::QUEUE:
|
||||
|
||||
Reference in New Issue
Block a user