From 2651dc3573dc61c15d56ecb6e7ecb316e7e00701 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 13 May 2009 18:01:20 +0000 Subject: [PATCH] tabs to spaces git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5961 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/WinVer.nsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/WinVer.nsh b/Include/WinVer.nsh index 5682addc..88a3cffd 100644 --- a/Include/WinVer.nsh +++ b/Include/WinVer.nsh @@ -30,8 +30,8 @@ ; 2003 ; Vista ; 2008 -; 7 -; 2008R2 +; 7 +; 2008R2 ; ; AtLeastServicePack checks if the installer is running on Windows service pack version at least as specified. ; IsServicePack checks if the installer is running on Windows service pack version exactly as specified.