From: Jani Taskinen Date: Mon, 28 Jul 2008 11:59:35 +0000 (+0000) Subject: - Fix EOLs X-Git-Tag: php-5.3.0alpha1~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a70ad4502f7ee8ad885ea6877b759ae64dc08b5;p=php - Fix EOLs --- diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h index ec2a92c698..b3667394a2 100644 --- a/ext/sqlite3/php_sqlite3.h +++ b/ext/sqlite3/php_sqlite3.h @@ -37,7 +37,7 @@ ZEND_END_MODULE_GLOBALS(sqlite3) #endif #define PHP_SQLITE3_ASSOC 1<<0 -#define PHP_SQLITE3_NUM 1<<1 +#define PHP_SQLITE3_NUM 1<<1 #define PHP_SQLITE3_BOTH (PHP_SQLITE3_ASSOC|PHP_SQLITE3_NUM) #endif 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 +?>