mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace
This commit is contained in:
parent
a883133e8d
commit
34c559edeb
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user