From 6407d45a69a5393105fe6b3986633335467d0fa1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 16 Aug 2014 07:26:21 +0200 Subject: [PATCH] fix coding style (should have read ml first) --- src/tests/check_layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5