Whitespace

This commit is contained in:
Richard Kimberly Heck 2018-04-22 21:32:35 -04:00
parent a883133e8d
commit 34c559edeb

View File

@ -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()) {