]> granicus.if.org Git - php/commitdiff
Cut the long line a bit for readability..
authorfoobar <sniper@php.net>
Thu, 3 Jul 2003 02:59:04 +0000 (02:59 +0000)
committerfoobar <sniper@php.net>
Thu, 3 Jul 2003 02:59:04 +0000 (02:59 +0000)
main/rfc1867.c

index 24e1ddde18808b4340af9f78a676d7173056bbba..6afab9c611d1eba336534b8d3f67672ccace831d 100644 (file)
@@ -696,7 +696,9 @@ SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler)
 {
        char *boundary, *s=NULL, *boundary_end = NULL, *start_arr=NULL, *array_index=NULL;
        char *temp_filename=NULL, *lbuf=NULL, *abuf=NULL;
-       int boundary_len=0, total_bytes=0, cancel_upload=0, is_arr_upload=0, array_len=0, max_file_size=0, skip_upload=0, anonindex=0, is_anonymous;    zval *http_post_files=NULL;
+       int boundary_len=0, total_bytes=0, cancel_upload=0, is_arr_upload=0, array_len=0;
+       int max_file_size=0, skip_upload=0, anonindex=0, is_anonymous;
+       zval *http_post_files=NULL;
 #if HAVE_MBSTRING && !defined(COMPILE_DL_MBSTRING)
        int str_len=0
 #endif