fix clang-format-xs boot code

This commit is contained in:
Ailin Nemui 2026-01-24 20:53:29 +01:00
commit 0157a4424b
2 changed files with 27 additions and 4 deletions

View file

@ -30,7 +30,7 @@ while (<>) {
$prot = 2;
$in_code = 0;
}
elsif (/^((PP)?CODE|PREINIT):/) {
elsif (/^((PP)?CODE|PREINIT|BOOT):/) {
$prot = 1;
$in_code = 3;
}