]> git.lyx.org Git - lyx.git/commitdiff
style
authorRichard Heck <rgheck@comcast.net>
Tue, 12 Oct 2010 15:07:27 +0000 (15:07 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 12 Oct 2010 15:07:27 +0000 (15:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35611 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetLayout.cpp

index 5433db83d99fee108b021fd343a13a121cc7805d..5255c669d0eea89c353b8f41b5f66dc841a8fdd5 100644 (file)
@@ -257,7 +257,8 @@ bool InsetLayout::read(Lexer & lex, TextClass const & tclass)
                case IL_CONTENTASLABEL:
                        lex >> contentaslabel_;
                        break;
-               case IL_COPYSTYLE: {     // initialize with a known style
+               case IL_COPYSTYLE: {
+                       // initialize with a known style
                        docstring style;
                        lex >> style;
                        style = support::subst(style, '_', ' ');