Clang format

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo
2022-07-01 08:52:56 +02:00
parent 3433c102b7
commit 9a4a92de4f
2 changed files with 63 additions and 67 deletions

View File

@@ -3,6 +3,6 @@
#include <QString>
namespace JavaDownloader {
/*Downloads the java to the runtimes folder*/
void downloadJava(bool isLegacy, const QString& OS);
}
/*Downloads the java to the runtimes folder*/
void downloadJava(bool isLegacy, const QString& OS);
} // namespace JavaDownloader