From: Richard Kimberly Heck Date: Fri, 28 Jul 2023 21:16:06 +0000 (-0400) Subject: Whitespace X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=57f284d9a8a41d3b26fd5a644d9c2976192ff5f6;p=features.git Whitespace --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 3d3bb538e5..e028fa958d 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -2434,7 +2434,7 @@ void Buffer::getLabelList(vector> & shared_ptr 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())); } } }