commit 34c559edebeb37e4bba711402edb2ccfc04c3125
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Sun Apr 22 21:32:35 2018 -0400

    Whitespace
---
 src/frontends/qt4/GuiView.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp
index f18bbfe..dc20c81 100644
--- a/src/frontends/qt4/GuiView.cpp
+++ b/src/frontends/qt4/GuiView.cpp
@@ -3935,8 +3935,8 @@ void GuiView::dispatch(FuncRequest const & cmd, 
DispatchResult & dr)
                case LFUN_BUFFER_RELOAD: {
                        LASSERT(doc_buffer, break);
 
-                       //drop changes?
-                       bool drop = (cmd.argument()=="dump");
+                       // drop changes?
+                       bool drop = (cmd.argument() == "dump");
 
                        int ret = 0;
                        if (!drop && !doc_buffer->isClean()) {

Reply via email to