From: Uwe Hermann Date: Mon, 5 Jun 2017 15:43:32 +0000 (+0200) Subject: Installer: Whitespace consistency fixes. X-Git-Tag: sigrok-cli-0.7.0~5 X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=443ccd3c3adf2db300afa0a8e23b1c6a89aa0727;hp=d8f647c4c1181fbab1e8bb35834b1b3b20af482a Installer: Whitespace consistency fixes. --- diff --git a/contrib/sigrok-cli_cross.nsi.in b/contrib/sigrok-cli_cross.nsi.in index b2c3692..196a107 100644 --- a/contrib/sigrok-cli_cross.nsi.in +++ b/contrib/sigrok-cli_cross.nsi.in @@ -110,7 +110,6 @@ RequestExecutionLevel admin # --- Default section --------------------------------------------------------- Section "@PACKAGE_NAME@ (required)" Section1 - # This section is gray (can't be disabled) in the component list. SectionIn RO @@ -195,7 +194,6 @@ Section "@PACKAGE_NAME@ (required)" Section1 WriteRegDWORD HKLM "${REGSTR}" "NoRepair" 1 # TODO: Add sigrok-cli directory to the PATH env. variable. - SectionEnd Section /o "Example data" Section2 @@ -228,7 +226,6 @@ SectionEnd # --- Uninstaller section ----------------------------------------------------- Section "Uninstall" - # Always delete the uninstaller first (yes, this really works). Delete "$INSTDIR\Uninstall.exe" @@ -268,7 +265,6 @@ Section "Uninstall" # Delete the registry key(s). DeleteRegKey HKLM "${REGSTR}" - SectionEnd