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