Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 88e9356

Browse files
Remove a blank line to initiate Travis build
1 parent acb008a commit 88e9356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/phpFITFileAnalysis.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,6 @@ private function readDataRecords()
11951195
$local_mesg_type = 0;
11961196
$previousTS = 0;
11971197

1198-
11991198
while ($this->file_header['header_size'] + $this->file_header['data_size'] > $this->file_pointer) {
12001199
$record_header_byte = ord(substr($this->file_contents, $this->file_pointer, 1));
12011200
$this->file_pointer++;

0 commit comments

Comments
 (0)