GUI: cosmetics (indentation)

This commit is contained in:
Moritz Bunkus 2015-09-19 08:45:16 +02:00
parent 3c84f38ebe
commit 9994b1947d

View File

@ -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);