Skip to content

Commit

Permalink
Fix Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MNikoliCC committed Nov 22, 2024
1 parent b0d670d commit 8bfd582
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/webots/gui/WbRobotWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ bool WbRobotWindow::openOnWebBrowser(const QString &url, const QString &program,
return WbDesktopServices::openUrl(url);

systemProgram = "cmd";
arguments << "/Q"
<< "/C"
<< "start" << program;
arguments << "/Q" << "/C" << "start" << program;
#elif __linux__
if (program.isEmpty())
return WbDesktopServices::openUrl(url);
Expand Down

0 comments on commit 8bfd582

Please sign in to comment.