From: Juergen Spitzmueller Date: Mon, 8 Oct 2018 09:32:30 +0000 (+0200) Subject: Fix indentation X-Git-Tag: 2.3.2~42 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=875a4dcd1756ee6d8925e6fff90c8b7e418cbd60;p=features.git Fix indentation --- 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"); }