Skip to content

Commit 6296806

Browse files
committed
formatting
1 parent 612de51 commit 6296806

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/ConfigTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ public function testPpmLoadBuffer()
4040
$ppm = "P3
4141
1 1
4242
255
43-
0 0 0
43+
0 0 0
4444
";
4545

4646
if (Vips\Utils::typeFromName("VipsForeignLoadPpmBuffer") != 0) {
47-
// the PPM loader is built in and should be available in most
47+
// the PPM loader is built in and should be available in most
4848
// libvips binaries
4949
$image = Vips\Image::ppmload_buffer($ppm);
5050
$this->assertTrue($image->width == 1);
@@ -56,7 +56,7 @@ public function testBlockUntrusted()
5656
$ppm = "P3
5757
1 1
5858
255
59-
0 0 0
59+
0 0 0
6060
";
6161

6262
if (Vips\FFI::atLeast(8, 13) &&
@@ -75,7 +75,7 @@ public function testBlock()
7575
$ppm = "P3
7676
1 1
7777
255
78-
0 0 0
78+
0 0 0
7979
";
8080

8181
if (Vips\FFI::atLeast(8, 13) &&

0 commit comments

Comments
 (0)