Cosmetics.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28899 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-03-25 12:49:52 +00:00
parent 9761d953dc
commit 08467b3ddc

View File

@ -205,7 +205,9 @@ bool Layout::read(Lexer & lex, TextClass const & tclass)
lex.printError("Unknown layout tag `$$Token'");
error = true;
continue;
default: break;
default:
break;
}
switch (static_cast<LayoutTags>(le)) {
case LT_END: // end of structure