summaryrefslogtreecommitdiff
path: root/ext/sqlite3
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-07-28 12:01:57 +0000
committerJani Taskinen <jani@php.net>2008-07-28 12:01:57 +0000
commit142b3d5c921e0caad5fb2af631eaf2e0a407a2d6 (patch)
treee20cb56bcddb6f1c793adc0cc430176ed21e6c91 /ext/sqlite3
parent4e37190b44874d3648717db7cf4cf5ee2b902d0f (diff)
downloadphp-git-142b3d5c921e0caad5fb2af631eaf2e0a407a2d6.tar.gz
- Fix EOLs
Diffstat (limited to 'ext/sqlite3')
-rw-r--r--ext/sqlite3/tests/skipif.inc3
-rw-r--r--ext/sqlite3/tests/stream_test.inc2
2 files changed, 2 insertions, 3 deletions
diff --git a/ext/sqlite3/tests/skipif.inc b/ext/sqlite3/tests/skipif.inc
index c5dd877a88..3427965d1d 100644
--- a/ext/sqlite3/tests/skipif.inc
+++ b/ext/sqlite3/tests/skipif.inc
@@ -4,5 +4,4 @@ if (!extension_loaded('sqlite3')) {
die("skip");
}
-
-?> \ No newline at end of file
+?>
diff --git a/ext/sqlite3/tests/stream_test.inc b/ext/sqlite3/tests/stream_test.inc
index 0d07383b80..13fd6f89f9 100644
--- a/ext/sqlite3/tests/stream_test.inc
+++ b/ext/sqlite3/tests/stream_test.inc
@@ -42,4 +42,4 @@ class SQLite3_Test_Stream
stream_wrapper_register('sqliteBlobTest', "SQLite3_Test_Stream") or die("Unable to register sqliteBlobTest stream");
-?> \ No newline at end of file
+?>