From 9a650644d7397a516c5ddd0bc3ac4b8ce8785d0b Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Wed, 1 Jan 2025 13:31:08 +0100 Subject: [PATCH] Fix another indentation --- src/TocBackend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TocBackend.h b/src/TocBackend.h index eefe7873c6..3f5a1c5893 100644 --- a/src/TocBackend.h +++ b/src/TocBackend.h @@ -166,7 +166,7 @@ private: /// TocList tocs_; /// - std::map> builders_; + std::map> builders_; /// Stores localised outliner names from this buffer and its children std::map outliner_names_; ///