Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d935477 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "le_audio: Fix badly formatted dupsys character" am: d819aaab

parents c78bf75a d819aaab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2746,7 +2746,7 @@ void LeAudioDevice::Dump(int fd) {
    stream
        << "id  active dir     cis_id  cis_handle  sdu  latency rtn  state";
    for (auto& ase : ases_) {
      stream << std::setfill('\xA0') << "\n\t" << std::left << std::setw(4)
      stream << std::setfill('\x20') << "\n\t" << std::left << std::setw(4)
             << static_cast<int>(ase.id) << std::left << std::setw(7)
             << (ase.active ? "true" : "false") << std::left << std::setw(8)
             << (ase.direction == types::kLeAudioDirectionSink ? "sink"