]> git.lyx.org Git - features.git/commitdiff
fix coding style
authorPeter Kümmel <kuemmel@lyx.org>
Sat, 16 Aug 2014 05:26:21 +0000 (07:26 +0200)
committerPeter Kümmel <kuemmel@lyx.org>
Sat, 16 Aug 2014 05:27:00 +0000 (07:27 +0200)
(should have read ml first)

src/tests/check_layout.cpp

index d4180d57b03cbef4e6728bf5f160b955569af3e1..af2a9c282605987427e1f35ced8f83f577430bb0 100644 (file)
@@ -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";