fix coding style

(should have read ml first)
This commit is contained in:
Peter Kümmel 2014-08-16 07:26:21 +02:00
parent 2418c03b96
commit 6407d45a69

View 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";