Explorar el Código

Remove unnecessary newline

VolcaEM hace 6 años
padre
commit
6582857356
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/yuzu/main.cpp

+ 0 - 1
src/yuzu/main.cpp

@@ -1812,7 +1812,6 @@ void GMainWindow::OnMenuReportCompatibility() {
 }
 
 void GMainWindow::OpenURL(const QUrl& url) {
-
     const bool open = QDesktopServices::openUrl(url);
     if (!open) {
         QMessageBox::warning(this, tr("Error opening URL"),