Ver Fonte

Remove unnecessary newline

VolcaEM há 6 anos atrás
pai
commit
6582857356
1 ficheiros alterados com 0 adições e 1 exclusões
  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"),