Skip to content

Commit 08997a6

Browse files
committed
Replace tabs with spaces
1 parent dccbd66 commit 08997a6

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

builds/install/arch-specific/win32/FirebirdInstallGUIFunctions.inc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ begin
135135
wizardform.top := wizardform.top - (AValue div 2);
136136

137137
// Group 1 - reset height of components
138-
for i:=0 to GetArrayLength(CompGroup1Array)-1 do
139-
TControl(CompGroup1.objects[i]).height := TControl(CompGroup1.objects[i]).height + Avalue;
138+
for i:=0 to GetArrayLength(CompGroup1Array)-1 do
139+
TControl(CompGroup1.objects[i]).height := TControl(CompGroup1.objects[i]).height + Avalue;
140140

141-
// Group 2 - reset top of components
141+
// Group 2 - reset top of components
142142
for i:=0 to GetArrayLength(CompGroup2Array)-1 do
143143
TControl(CompGroup2.objects[i]).top := TControl(CompGroup2.objects[i]).top + AValue;
144144

@@ -167,11 +167,11 @@ begin
167167
// TControl(CompGroup1.objects[i]).left := TControl(CompGroup1.objects[i]).left + (Avalue div 2);
168168
end;
169169

170-
// Group 2 - reset left of components
171-
for i:=0 to GetArrayLength(CompGroup2Array)-1 do begin
172-
TControl(CompGroup2.objects[i]).left := TControl(CompGroup2.objects[i]).left + AValue;
173-
TControl(CompGroup2.objects[i]).width := TControl(CompGroup2.objects[i]).width + (AValue div 2);
174-
end;
170+
// Group 2 - reset left of components
171+
for i:=0 to GetArrayLength(CompGroup2Array)-1 do begin
172+
TControl(CompGroup2.objects[i]).left := TControl(CompGroup2.objects[i]).left + AValue;
173+
TControl(CompGroup2.objects[i]).width := TControl(CompGroup2.objects[i]).width + (AValue div 2);
174+
end;
175175

176176
// Group 3 - reset left of components but keep 'centered' horizontally.
177177
// for i:=0 to GetArrayLength(CompGroup3Array)-1 do
@@ -284,7 +284,7 @@ end;
284284

285285
function ShowHelpDlg: Integer;
286286
begin
287-
CreateHelpDlg;
287+
CreateHelpDlg;
288288
result := HelpDlg.ShowModal;
289289
CloseHelpDlg;
290290
end;

builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Function Prototypes
2727
2828
function IsWin32: boolean;
2929
function Is32BitInstallMode: boolean;
30-
function IsWinTen: boolean;
31-
function IsWinEightOne: boolean;
32-
function IsWinEight: boolean;
33-
function IsW2K12: boolean;
30+
function IsWinTen: boolean;
31+
function IsWinEightOne: boolean;
32+
function IsWinEight: boolean;
33+
function IsW2K12: boolean;
3434
function IsVista: boolean;
35-
function IsVistaSP1: boolean;
36-
function IsWin2K8R1: boolean;
37-
function IsWinSeven: boolean;
38-
function IsWin2K8R2: boolean;
35+
function IsVistaSP1: boolean;
36+
function IsWin2K8R1: boolean;
37+
function IsWinSeven: boolean;
38+
function IsWin2K8R2: boolean;
3939
function IsWin2k3: boolean;
4040
function IsWinXP: boolean;
4141
function IsWin2K: boolean;
@@ -68,21 +68,21 @@ InnoSetup Help Extract on Windows version strings:
6868
Windows NT versions:
6969
4.0.1381 Windows NT 4.0
7070
5.0.2195 Windows 2000
71-
5.01.2600 Windows XP
72-
or Windows XP 64-Bit Edition Version 2002 (Itanium)
73-
5.02.3790 Windows Server 2003
74-
or Windows XP x64 Edition (AMD64/EM64T)
75-
or Windows XP 64-Bit Edition Version 2003 (Itanium)
76-
6.0.6000 Windows Vista
77-
6.0.6001 Windows Vista with Service Pack 1
78-
or Windows Server 2008
79-
6.0.6002 Windows Vista with Service Pack 2
80-
6.1.7600 Windows 7
81-
or Windows Server 2008 R2
82-
6.2.9200 Windows 8 or Windows Server 2012
83-
6.3.9200 Windows 8.1 or Windows Server 2012 R2
84-
6.3.9600 Windows 8.1 with Update 1
85-
10.0.10240 Windows 10
71+
5.01.2600 Windows XP
72+
or Windows XP 64-Bit Edition Version 2002 (Itanium)
73+
5.02.3790 Windows Server 2003
74+
or Windows XP x64 Edition (AMD64/EM64T)
75+
or Windows XP 64-Bit Edition Version 2003 (Itanium)
76+
6.0.6000 Windows Vista
77+
6.0.6001 Windows Vista with Service Pack 1
78+
or Windows Server 2008
79+
6.0.6002 Windows Vista with Service Pack 2
80+
6.1.7600 Windows 7
81+
or Windows Server 2008 R2
82+
6.2.9200 Windows 8 or Windows Server 2012
83+
6.3.9200 Windows 8.1 or Windows Server 2012 R2
84+
6.3.9600 Windows 8.1 with Update 1
85+
10.0.10240 Windows 10
8686
8787
*)
8888

0 commit comments

Comments
 (0)