From: Uwe Hermann Date: Mon, 5 Jun 2017 16:10:34 +0000 (+0200) Subject: Installer: Whitespace consistency fixes. X-Git-Tag: pulseview-0.4.0~34 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=7ba8dbe5272f1d16a620c61ac86492a3de7aa747;ds=sidebyside Installer: Whitespace consistency fixes. --- 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"