Fix indent
这个提交包含在:
父节点
b321abbdb9
当前提交
bdda911db2
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用