Apply clang-format

This commit is contained in:
Martchus 2018-04-29 21:15:34 +02:00
parent ce4bd73037
commit 9cbc708a56
1 changed files with 2 additions and 1 deletions

View File

@ -1642,7 +1642,8 @@ void MediaFileInfo::makeMp3File(Diagnostics &diag, AbortableProgressFeedback &pr
// ensure we can cast padding safely to uint32
if (padding > numeric_limits<uint32>::max()) {
padding = numeric_limits<uint32>::max();
diag.emplace_back(DiagLevel::Critical, argsToString("Preferred padding is not supported. Setting preferred padding to ", padding, '.'), context);
diag.emplace_back(
DiagLevel::Critical, argsToString("Preferred padding is not supported. Setting preferred padding to ", padding, '.'), context);
}
if (!makers.empty()) {