mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-09 03:31:41 +00:00
GUI: cosmetics (indentation)
This commit is contained in:
parent
3c84f38ebe
commit
9994b1947d
@ -1055,7 +1055,7 @@ Tab::constrictTimecodes(QStandardItem *item,
|
|||||||
if (!chapter) {
|
if (!chapter) {
|
||||||
for (auto row = 0, numRows = item->rowCount(); row < numRows; ++row)
|
for (auto row = 0, numRows = item->rowCount(); row < numRows; ++row)
|
||||||
constrictTimecodes(item->child(row), {}, {});
|
constrictTimecodes(item->child(row), {}, {});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto kStart = &GetChild<KaxChapterTimeStart>(*chapter);
|
auto kStart = &GetChild<KaxChapterTimeStart>(*chapter);
|
||||||
|
Loading…
Reference in New Issue
Block a user