Skip to content

Commit 2156c94

Browse files
committed
Trim trailing whitespace in *.phpt
1 parent cbec669 commit 2156c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ibase_drop_db_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require("interbase.inc");
1010
unlink($file = tempnam('/tmp',"php_ibase_test"));
1111

1212

13-
$db = ibase_query(IBASE_CREATE,
13+
$db = ibase_query(IBASE_CREATE,
1414
sprintf("CREATE SCHEMA '%s' USER '%s' PASSWORD '%s' DEFAULT CHARACTER SET %s",$file,
1515
$user, $password, ($charset = ini_get('ibase.default_charset')) ? $charset : 'NONE'));
1616

0 commit comments

Comments
 (0)