Fix indentation

This commit is contained in:
Juergen Spitzmueller 2023-05-22 16:32:49 +02:00
parent 25ecd919fe
commit ba659d0cfd

View File

@ -894,7 +894,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
error = !readOutlinerName(lexrc);
break;
case TC_TABLESTYLE:
case TC_TABLESTYLE:
lexrc.next();
tablestyle_ = rtrim(lexrc.getString());
break;