Apply clang-format

This commit is contained in:
Martchus 2020-11-14 22:58:55 +01:00
parent 9569065fb4
commit cce1e2f96d
2 changed files with 2 additions and 3 deletions

View File

@ -174,8 +174,7 @@ string AbstractTrack::makeDescription(bool verbose) const
level = "@L" + numberToString(version());
}
break;
default:
;
default:;
}
}
break;

View File

@ -16,6 +16,6 @@ namespace MatroskaTagIds {
*/
namespace TrackSpecific {
}
}
} // namespace MatroskaTagIds
} // namespace TagParser