]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 28 Jul 2023 21:16:06 +0000 (17:16 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 28 Jul 2023 21:16:06 +0000 (17:16 -0400)
src/Buffer.cpp

index 3d3bb538e545ff5d54255e78087f260abf43ed8e..e028fa958dd1d5cfd91257cdda006e4150c9429f 100644 (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()));
                }
        }
 }