Skip to content

Commit

Permalink
fix: apply formatting rules and remove unnecessary trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Grottendieck <[email protected]>
  • Loading branch information
Okeanos committed Aug 23, 2024
1 parent 3b59292 commit cffc155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wix/Includes/OpenJDK.Variables.wxi.template
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
<?define OracleJavasoftBaseKey="JRE" ?>
<?else?>
<?define OracleJavasoftBaseKey="JDK" ?>
<?endif?>
<?endif?>
<?else?>
<?define OracleVersionKey="1.8" ?>
<?if $(env.PRODUCT_CATEGORY)="jre"?>
<?define OracleJavasoftBaseKey="Java Runtime Environment" ?>
<?else?>
<?define OracleJavasoftBaseKey="Java Development Kit" ?>
<?endif?>
<?endif?>
<?endif?>

<?if $(var.JVM)="openj9" ?>
<?define license="license-OpenJ9.en-us.rtf" ?>
<?define license_shown="1" ?>
Expand Down Expand Up @@ -92,7 +92,7 @@
<?else?>
<?define DllPath="no DllPath known for $(var.JVM)" ?>
<?endif?>

<!-- Static settings, DO NOT TOUCH or upgrades will break! -->
<?define RTMProductVersion="1.0.0" ?>
</Include>

0 comments on commit cffc155

Please sign in to comment.