From c9c36bb19e5a4434d428330de8879e918d0a8e57 Mon Sep 17 00:00:00 2001 From: utkarshgautamnyu Date: Mon, 7 Aug 2017 17:50:53 -0700 Subject: [PATCH] indentation fixes --- cmake/templates/NSIS.template.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index cfb982d59d..da33741dce 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -518,7 +518,6 @@ FunctionEnd Function AbortFunction ; Check if Express is set, if so, abort the post install options page - ; Call HandleInstallTypes ; Sets Express if ExpressInstallRadioButton is checked StrCmp $Express "1" 0 end Abort end: @@ -942,9 +941,9 @@ Section "-Core installation" Call ConditionalAddToRegisty !insertmacro MUI_STARTMENU_WRITE_END - + @CPACK_NSIS_EXTRA_INSTALL_COMMANDS@ - + ; Handle whichever post install options were set Call HandlePostInstallOptions