moriyoshi               Sun Oct 20 19:05:35 2002 EDT

  Modified files:              
    /php4/main  memory_streams.c 
  Log:
  style fix
  
  
Index: php4/main/memory_streams.c
diff -u php4/main/memory_streams.c:1.19 php4/main/memory_streams.c:1.20
--- php4/main/memory_streams.c:1.19     Sat Oct  5 06:35:13 2002
+++ php4/main/memory_streams.c  Sun Oct 20 19:05:34 2002
@@ -124,7 +124,8 @@
 
 
 /* {{{ */
-static int php_stream_memory_flush(php_stream *stream TSRMLS_DC) {
+static int php_stream_memory_flush(php_stream *stream TSRMLS_DC)
+{
        /* nothing to do here */
        return 0;
 }
@@ -229,7 +230,8 @@
 
 /* {{{ */
 PHPAPI php_stream *_php_stream_memory_open(int mode, char *buf, size_t length 
STREAMS_DC TSRMLS_DC)
-{      php_stream *stream;
+{
+       php_stream *stream;
        php_stream_memory_data *ms;
 
        if ((stream = php_stream_memory_create_rel(mode)) != NULL) {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to