mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
fix coding style
(should have read ml first)
This commit is contained in:
parent
2418c03b96
commit
6407d45a69
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user