]> granicus.if.org Git - php/commitdiff
ws fix
authorfoobar <sniper@php.net>
Tue, 23 Sep 2003 22:17:40 +0000 (22:17 +0000)
committerfoobar <sniper@php.net>
Tue, 23 Sep 2003 22:17:40 +0000 (22:17 +0000)
ext/interbase/interbase.c

index de1902318bf88d22f7143425fdd2aced8f39400d..843ca4fd8097f530037af21a78bc5fa03679a8d4 100644 (file)
@@ -116,7 +116,7 @@ function_entry ibase_functions[] = {
 #if HAVE_STRFTIME
        PHP_FE(ibase_timefmt, NULL)
 #endif
-    PHP_FE(ibase_gen_id, NULL)
+       PHP_FE(ibase_gen_id, NULL)
        PHP_FE(ibase_num_fields, NULL)
        PHP_FE(ibase_num_params, NULL)
 #if abies_0
@@ -267,9 +267,9 @@ static void _php_ibase_module_error(char *msg TSRMLS_DC, ...)
 /* {{{ internal macros, functions and structures */
 
 typedef struct {
-    isc_db_handle *db_ptr;
-    long tpb_len;
-    char *tpb_ptr;
+       isc_db_handle *db_ptr;
+       long tpb_len;
+       char *tpb_ptr;
 } ISC_TEB;
 
 typedef struct {