mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Insert missing ':' after 'id', use tab for indentation
This commit is contained in:
parent
4aa57ffc59
commit
a7fb4a71e3
@ -34,7 +34,7 @@ while (<FILEIN>)
|
|||||||
elsif ($_ =~ /\s*([A-Z0-9_]+)(\s+=\s+[0-9]+)?,\s*\/\*::\s*(.*)\s+\*\/$/)
|
elsif ($_ =~ /\s*([A-Z0-9_]+)(\s+=\s+[0-9]+)?,\s*\/\*::\s*(.*)\s+\*\/$/)
|
||||||
{
|
{
|
||||||
print STDOUT "\n" if $gotone;
|
print STDOUT "\n" if $gotone;
|
||||||
$_ =~ s/\s*([A-Z0-9_]+)(\s+=\s+[0-9]+|),\s*\/\*::\s*(.*)\s+\*\/$/id[$1]::\n $3/;
|
$_ =~ s/\s*([A-Z0-9_]+)(\s+=\s+[0-9]+|),\s*\/\*::\s*(.*)\s+\*\/$/id:[$1]::\n\t$3/;
|
||||||
$found = 'sorta'; $gotone = $.;
|
$found = 'sorta'; $gotone = $.;
|
||||||
}
|
}
|
||||||
print STDOUT "\n" and $gotone = undef if $gotone and $gotone < $.;
|
print STDOUT "\n" and $gotone = undef if $gotone and $gotone < $.;
|
||||||
|
Loading…
Reference in New Issue
Block a user