From 443ccd3c3adf2db300afa0a8e23b1c6a89aa0727 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 5 Jun 2017 17:43:32 +0200 Subject: [PATCH] Installer: Whitespace consistency fixes. --- contrib/sigrok-cli_cross.nsi.in | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2