]> git.sesse.net Git - vlc/blobdiff - extras/package/win32/vlc.win32.nsi.in
Remove trailing whitespace
[vlc] / extras / package / win32 / vlc.win32.nsi.in
index 2fdf7180c82059b988a992597162aae2af194dc6..1290fa7018b56afb760ea4aa2b1988642ee58cfc 100644 (file)
@@ -624,12 +624,12 @@ Function .onInit
   ReadRegStr $R0  ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" \
   "UninstallString"
   StrCmp $R0 "" done
+
   MessageBox MB_YESNO|MB_ICONEXCLAMATION \
   "VLC media player has already been installed. $\nDo you want to remove \
   the previous version before installing $(^Name) ?" \
   IDNO done
-  
+
   ;Run the uninstaller
   ;uninst:
     ClearErrors