From 7ba8dbe5272f1d16a620c61ac86492a3de7aa747 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 5 Jun 2017 18:10:34 +0200 Subject: [PATCH] Installer: Whitespace consistency fixes. --- contrib/pulseview_cross.nsi.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/pulseview_cross.nsi.in b/contrib/pulseview_cross.nsi.in index 439fd235..ef521ce8 100644 --- a/contrib/pulseview_cross.nsi.in +++ b/contrib/pulseview_cross.nsi.in @@ -135,7 +135,6 @@ FunctionEnd # --- Default section --------------------------------------------------------- Section "PulseView (required)" Section1 - # This section is gray (can't be disabled) in the component list. SectionIn RO @@ -215,7 +214,6 @@ Section "PulseView (required)" Section1 # Display "Remove" instead of "Modify/Remove" in the control panel. WriteRegDWORD HKLM "${REGSTR}" "NoModify" 1 WriteRegDWORD HKLM "${REGSTR}" "NoRepair" 1 - SectionEnd Section /o "Example data" Section2 @@ -248,7 +246,6 @@ SectionEnd # --- Uninstaller section ----------------------------------------------------- Section "Uninstall" - # Always delete the uninstaller first (yes, this really works). Delete "$INSTDIR\Uninstall.exe" -- 2.30.2