]> granicus.if.org Git - php/commitdiff
- Fix EOLs
authorJani Taskinen <jani@php.net>
Mon, 28 Jul 2008 11:59:35 +0000 (11:59 +0000)
committerJani Taskinen <jani@php.net>
Mon, 28 Jul 2008 11:59:35 +0000 (11:59 +0000)
ext/sqlite3/php_sqlite3.h
ext/sqlite3/tests/skipif.inc
ext/sqlite3/tests/stream_test.inc

index ec2a92c69822871b52af31879d134a19a1c3ba99..b3667394a27c7101245a2b6a65961b3300a09cfc 100644 (file)
@@ -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
index c5dd877a883beb13791943c3530179fd27d82a32..3427965d1d00685e1054cfa5dbbe76ee656eed9c 100644 (file)
@@ -4,5 +4,4 @@ if (!extension_loaded('sqlite3')) {
        die("skip");
 }
 
-
-?>
\ No newline at end of file
+?>
index 0d07383b8005df50502c41ac356ec510900cc64f..13fd6f89f9a65102320e7ace8404a83990f066c8 100644 (file)
@@ -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
+?>