Whitespace

This commit is contained in:
Richard Kimberly Heck 2023-07-28 17:16:06 -04:00
parent 1ea8b272a0
commit 57f284d9a8

View File

@ -2434,7 +2434,7 @@ void Buffer::getLabelList(vector<std::tuple<docstring, docstring, docstring>> &
shared_ptr<Toc> toc = d->toc_backend.toc("label");
for (auto const & tocit : *toc) {
if (tocit.depth() == 0) {
list.push_back(make_tuple(tocit.str(), tocit.asString(),tocit.prettyStr()));
list.push_back(make_tuple(tocit.str(), tocit.asString(), tocit.prettyStr()));
}
}
}