]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@comcast.net>
Thu, 14 Oct 2010 20:49:34 +0000 (20:49 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 14 Oct 2010 20:49:34 +0000 (20:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35653 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiErrorList.cpp

index 48d8e510d8a3ed18e22dcfd6a1f0536e237dcecc..10cbe38b3c9ccaabd46cbda6b3aca4a3e913741f 100644 (file)
@@ -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);
 
index d359adc89fb2f7c3df89a0c9c02338d5e6e7d2ed..900fe86018bdedff8355b2ea049f0084cce50525 100644 (file)
@@ -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;
        }