From bdda911db26a114688ccf4ca34c3ea4094f6b23b Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 11 Oct 2022 09:20:12 +0200 Subject: [PATCH] Fix indent --- application/libraries/Adif_parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Adif_parser.php b/application/libraries/Adif_parser.php index 8b6f4cec..7368f7c5 100644 --- a/application/libraries/Adif_parser.php +++ b/application/libraries/Adif_parser.php @@ -32,7 +32,7 @@ class ADIF_Parser if($pos == false) //did we find the end of headers? { // Just skip if we did not find (optional) headers - $pos = 0; + $pos = 0; goto noheaders; };