Tabs to spaces

This commit is contained in:
Ultra2D
2016-03-04 11:30:11 +01:00
parent e2d2c6aa38
commit 9773b3bade
4 changed files with 11 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ class SyslogTest extends \PHPUnit_Framework_TestCase
foreach($testdata as $data) {
$res = process_syslog($data['input'], 0);
$this->assertEquals($data['result'], $res);
}
}
}
}