From: Peter Kümmel Date: Sat, 16 Aug 2014 05:26:21 +0000 (+0200) Subject: fix coding style X-Git-Tag: 2.2.0alpha1~1726 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6407d45a69a5393105fe6b3986633335467d0fa1;p=features.git fix coding style (should have read ml first) --- diff --git a/src/tests/check_layout.cpp b/src/tests/check_layout.cpp index d4180d57b0..af2a9c2826 100644 --- a/src/tests/check_layout.cpp +++ b/src/tests/check_layout.cpp @@ -47,7 +47,7 @@ using namespace std; bool test_Layout(string const & input, string const & output) { FileName const ifn(makeAbsPath(input)); - LayoutFileList& l = LayoutFileList::get(); + LayoutFileList & l = LayoutFileList::get(); LayoutFileIndex i = l.addLocalLayout(ifn.onlyFileName(), ifn.onlyPath().absFileName()); if (i.empty()) { cerr << "Could not read layout file " << input << ".layout.\n";