From 08467b3ddc5d7f01a89daa5edf1b6a8e97421eb8 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Wed, 25 Mar 2009 12:49:52 +0000 Subject: [PATCH] Cosmetics. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28899 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Layout.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Layout.cpp b/src/Layout.cpp index 8d5981966a..d92345eed1 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp @@ -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(le)) { case LT_END: // end of structure -- 2.39.2