Fix another indentation

This commit is contained in:
Juergen Spitzmueller 2025-01-01 13:31:08 +01:00
parent 2f3c60d5b1
commit 9a650644d7

View File

@ -166,7 +166,7 @@ private:
/// ///
TocList tocs_; TocList tocs_;
/// ///
std::map<std::string, std::unique_ptr<TocBuilder>> builders_; std::map<std::string, std::unique_ptr<TocBuilder>> builders_;
/// Stores localised outliner names from this buffer and its children /// Stores localised outliner names from this buffer and its children
std::map<std::string, docstring> outliner_names_; std::map<std::string, docstring> outliner_names_;
/// ///