Passed
Push — master ( 06f2b4...a60608 )
by Petr
09:01
created
php-src/Protocols/Fsp/Traits/TChecksum.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
  unsigned char *t;
14 14
  for(t = packet_start, sum = 0; t < packet_end; sum += *t++);
15 15
  checksum= sum + (sum >> 8);
16
-
17 16
  * PHP, Perl
18 17
  $len = strlen($packet);
19 18
  $packet[1] = chr(0); // at first null checksum in packet
Please login to merge, or discard this patch.