Skip to content

Commit d3c0bf6

Browse files
author
richayles
authored
spaces not tabs
formatting
1 parent 36e409d commit d3c0bf6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/BarcodeGenerator.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,12 +1283,12 @@ protected function barcode_c128($code, $type = '')
12831283
$offset = $val[1];
12841284

12851285
// numeric sequence
1286-
$slen = strlen($val[0]);
1287-
if (($slen % 2) != 0) {
1288-
// the length must be even
1289-
++$offset;
1290-
$val[0] = substr($val[0],1);
1291-
}
1286+
$slen = strlen($val[0]);
1287+
if (($slen % 2) != 0) {
1288+
// the length must be even
1289+
++$offset;
1290+
$val[0] = substr($val[0],1);
1291+
}
12921292

12931293
if ($offset > $end_offset) {
12941294
// non numeric sequence

0 commit comments

Comments
 (0)