From 875a4dcd1756ee6d8925e6fff90c8b7e418cbd60 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 8 Oct 2018 11:32:30 +0200 Subject: [PATCH] Fix indentation --- src/insets/InsetBibtex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetBibtex.cpp b/src/insets/InsetBibtex.cpp index 8fd5fdef4d..5f1b31a629 100644 --- a/src/insets/InsetBibtex.cpp +++ b/src/insets/InsetBibtex.cpp @@ -882,7 +882,7 @@ docstring InsetBibtex::getRefLabel() const { if (buffer().masterParams().documentClass().hasLaTeXLayout("chapter")) return buffer().B_("Bibliography"); - return buffer().B_("References"); + return buffer().B_("References"); } -- 2.39.5