From: Richard Heck Date: Thu, 14 Oct 2010 20:49:34 +0000 (+0000) Subject: Whitespace. X-Git-Tag: 2.0.0~2378 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ee7dd4a11ea21851e7e32164c66b37d3bc8ac31d;p=lyx.git Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35653 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 48d8e510d8..10cbe38b3c 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -1091,7 +1091,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd) DispatchResult dr; // redraw the screen at the end (first of the two drawing steps). - //This is done unless explicitly requested otherwise + // This is done unless explicitly requested otherwise dr.screenUpdate(Update::FitCursor); dispatch(cmd, dr); diff --git a/src/frontends/qt4/GuiErrorList.cpp b/src/frontends/qt4/GuiErrorList.cpp index d359adc89f..900fe86018 100644 --- a/src/frontends/qt4/GuiErrorList.cpp +++ b/src/frontends/qt4/GuiErrorList.cpp @@ -166,8 +166,8 @@ bool GuiErrorList::goTo(int item) DocIterator dit = buf_->getParFromID(err.par_id); if (dit == doc_iterator_end(buf_)) { - // FIXME: Happens when loading a read-only doc with - // unknown layout. Should this be the case? + // FIXME: Happens when loading a read-only doc with + // unknown layout. Should this be the case? LYXERR0("par id " << err.par_id << " not found"); return false; }