* src/frontends/qt4/QToc.C: fix formatting

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16484 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-01-03 22:03:26 +00:00
parent 04b4634213
commit ac88413021

View File

@ -59,8 +59,7 @@ int QToc::getTocDepth()
QStandardItemModel * QToc::tocModel()
{
if (toc_models_.empty())
{
if (toc_models_.empty()) {
lyxerr[Debug::GUI] << "QToc::tocModel(): no types available " << endl;
return 0;
}