mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
tabs to spaces indentation fixes. no functional changes
git-svn-id: trunk@35318 -
This commit is contained in:
parent
52f41a8f67
commit
1c4207642c
@ -104,8 +104,8 @@ unit i_embed;
|
||||
system : system_avr_embedded;
|
||||
name : 'Embedded';
|
||||
shortname : 'embedded';
|
||||
flags : [tf_needs_symbol_size,tf_files_case_sensitive
|
||||
,tf_smartlink_sections];
|
||||
flags : [tf_needs_symbol_size,tf_files_case_sensitive,
|
||||
tf_smartlink_sections];
|
||||
cpu : cpu_avr;
|
||||
unit_env : '';
|
||||
extradefines : '';
|
||||
@ -232,8 +232,8 @@ unit i_embed;
|
||||
system : system_i386_embedded;
|
||||
name : 'Embedded';
|
||||
shortname : 'embedded';
|
||||
flags : [tf_needs_symbol_size,tf_files_case_sensitive
|
||||
,tf_smartlink_sections];
|
||||
flags : [tf_needs_symbol_size,tf_files_case_sensitive,
|
||||
tf_smartlink_sections];
|
||||
cpu : cpu_i386;
|
||||
unit_env : '';
|
||||
extradefines : '';
|
||||
@ -296,8 +296,8 @@ unit i_embed;
|
||||
system : system_x86_64_embedded;
|
||||
name : 'Embedded';
|
||||
shortname : 'embedded';
|
||||
flags : [tf_needs_symbol_size,tf_files_case_sensitive
|
||||
,tf_smartlink_sections];
|
||||
flags : [tf_needs_symbol_size,tf_files_case_sensitive,
|
||||
tf_smartlink_sections];
|
||||
cpu : cpu_x86_64;
|
||||
unit_env : '';
|
||||
extradefines : '';
|
||||
|
@ -516,7 +516,7 @@ begin
|
||||
while not linkres.data.Empty do
|
||||
begin
|
||||
s:=linkres.data.GetFirst;
|
||||
if s<>'' then
|
||||
if s<>'' then
|
||||
linkstr:=linkstr+' '+s;
|
||||
end;
|
||||
linkres.free;
|
||||
@ -626,7 +626,7 @@ begin
|
||||
while not linkres.data.Empty do
|
||||
begin
|
||||
s:=linkres.data.GetFirst;
|
||||
if s<>'' then
|
||||
if s<>'' then
|
||||
linkstr:=linkstr+' '+s;
|
||||
end;
|
||||
linkres.free;
|
||||
|
Loading…
Reference in New Issue
Block a user