Whitespace

This commit is contained in:
Scott Kostyshak 2016-06-24 22:26:34 -04:00
parent b6d182b81a
commit 459a9d1a8f

View 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());