Fix indent

这个提交包含在:
phl0 2022-10-11 09:20:12 +02:00
父节点 b321abbdb9
当前提交 bdda911db2
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -32,7 +32,7 @@ class ADIF_Parser
if($pos == false) //did we find the end of headers? if($pos == false) //did we find the end of headers?
{ {
// Just skip if we did not find (optional) headers // Just skip if we did not find (optional) headers
$pos = 0; $pos = 0;
goto noheaders; goto noheaders;
}; };