[LyX/master] Whitespace
Richard Kimberly Heck
rikiheck at lyx.org
Fri Jul 28 20:23:39 UTC 2023
commit 57f284d9a8a41d3b26fd5a644d9c2976192ff5f6
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date: Fri Jul 28 17:16:06 2023 -0400
Whitespace
---
src/Buffer.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Buffer.cpp b/src/Buffer.cpp
index 3d3bb53..e028fa9 100644
--- a/src/Buffer.cpp
+++ b/src/Buffer.cpp
@@ -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()));
}
}
}
More information about the lyx-cvs
mailing list