mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 16:52:02 +00:00
Fix indentation
This commit is contained in:
parent
7b6707fc52
commit
61f2cd27a8
@ -585,12 +585,12 @@ bool InsetLayout::read(Lexer & lex, TextClass const & tclass,
|
||||
case IL_DOCBOOKWRAPPERATTR:
|
||||
lex >> docbookwrapperattr_;
|
||||
break;
|
||||
case IL_DOCBOOKNOFONTINSIDE:
|
||||
lex >> docbooknofontinside_;
|
||||
break;
|
||||
case IL_DOCBOOKRENDERASIMAGE:
|
||||
lex >> docbookrenderasimage_;
|
||||
break;
|
||||
case IL_DOCBOOKNOFONTINSIDE:
|
||||
lex >> docbooknofontinside_;
|
||||
break;
|
||||
case IL_DOCBOOKRENDERASIMAGE:
|
||||
lex >> docbookrenderasimage_;
|
||||
break;
|
||||
case IL_REQUIRES: {
|
||||
lex.eatLine();
|
||||
vector<string> const req
|
||||
|
Loading…
x
Reference in New Issue
Block a user