]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorScott Kostyshak <skostysh@lyx.org>
Sat, 25 Jun 2016 02:26:34 +0000 (22:26 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 25 Jun 2016 02:27:29 +0000 (22:27 -0400)
src/frontends/qt4/GuiView.cpp

index 445678fdc716b068d81ac903628f3d45bbc6b4b7..a5a709864ac9c41e830dbd4dcee5bcd8b5270c46 100644 (file)
@@ -3539,7 +3539,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                        if (!dest.empty() && FileName::isAbsolute(dest))
                                target_dir = FileName(support::onlyPath(dest));
                        else
-                target_dir = doc_buffer->fileName().onlyPath();
+                               target_dir = doc_buffer->fileName().onlyPath();
 
                        if (doc_buffer->isUnnamed() || !target_dir.isDirWritable()) {
                                exportBufferAs(*doc_buffer, cmd.argument());