diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-07-28 15:25:44 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-07-28 15:25:44 +1000 |
| commit | 97bd3be892ce549dac8e0b9930607a282701653e (patch) | |
| tree | 3333f4db866753999298c9560e80f83b8337b519 /src/app_console | |
| parent | 9d33c33c8d669b787acd74bd5b9c7ff4c09338db (diff) | |
| download | tangara-fw-97bd3be892ce549dac8e0b9930607a282701653e.tar.gz | |
clang-format
Diffstat (limited to 'src/app_console')
| -rw-r--r-- | src/app_console/app_console.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app_console/app_console.cpp b/src/app_console/app_console.cpp index bef29834..3e2d8067 100644 --- a/src/app_console/app_console.cpp +++ b/src/app_console/app_console.cpp @@ -249,8 +249,9 @@ int CmdDbIndex(int argc, char** argv) { return -1; } if (res->values().at(choice).track()) { - AppConsole::sTrackQueue->IncludeLast(std::make_shared<playlist::IndexRecordSource>( - AppConsole::sDatabase, res, 0, res, choice)); + AppConsole::sTrackQueue->IncludeLast( + std::make_shared<playlist::IndexRecordSource>(AppConsole::sDatabase, + res, 0, res, choice)); } auto cont = res->values().at(choice).Expand(20); if (!cont) { |
