mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
fix clang-format-xs boot code
This commit is contained in:
parent
00146211d0
commit
0157a4424b
2 changed files with 27 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ while (<>) {
|
|||
$prot = 2;
|
||||
$in_code = 0;
|
||||
}
|
||||
elsif (/^((PP)?CODE|PREINIT):/) {
|
||||
elsif (/^((PP)?CODE|PREINIT|BOOT):/) {
|
||||
$prot = 1;
|
||||
$in_code = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue