Pierre Laurac 8 years ago
parent
commit
6bac17fb9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atom/browser/api/atom_api_window.cc

+ 1 - 1
atom/browser/api/atom_api_window.cc

@@ -733,7 +733,7 @@ void Window::PreviewFile(const std::string& filepath, mate::Arguments* args) {
   std::string filename;
   if (!args->GetNext(&filename)) {
     filename = filepath;
-  } 
+  }
   window_->PreviewFile(filepath, filename);
 }