]> granicus.if.org Git - php/commitdiff
One space character is enough.
authorEgon Schmid <eschmid@php.net>
Tue, 14 Mar 2000 21:47:47 +0000 (21:47 +0000)
committerEgon Schmid <eschmid@php.net>
Tue, 14 Mar 2000 21:47:47 +0000 (21:47 +0000)
ext/oci8/oci8.c

index 3a5eee5c1876dbd5663a6e2fd8b80d29010e4290..4b30a4ebb896492ee8defb078057f1b64e4b1873 100644 (file)
@@ -3139,7 +3139,7 @@ PHP_FUNCTION(ocicolumnprecision)
 
 /* }}} */
 
-/* {{{ proto mixed  ocicolumntype(int stmt, int col)
+/* {{{ proto mixed ocicolumntype(int stmt, int col)
    Tell the data type of a column */
 
 PHP_FUNCTION(ocicolumntype)
@@ -3202,7 +3202,7 @@ PHP_FUNCTION(ocicolumntype)
 
 /* }}} */
 
-/* {{{ proto mixed  ocicolumntyperaw(int stmt, int col)
+/* {{{ proto mixed ocicolumntyperaw(int stmt, int col)
    Tell the raw oracle data type of a column */
 
 PHP_FUNCTION(ocicolumntyperaw)