andi            Tue Feb  4 16:07:40 2003 EDT

  Modified files:              
    /php4/ext/bcmath    bcmath.c 
  Log:
  - Please follow coding standards (this isn't java :)
  
  
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.49 php4/ext/bcmath/bcmath.c:1.50
--- php4/ext/bcmath/bcmath.c:1.49       Tue Feb  4 16:01:54 2003
+++ php4/ext/bcmath/bcmath.c    Tue Feb  4 16:07:40 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: bcmath.c,v 1.49 2003/02/04 21:01:54 helly Exp $ */
+/* $Id: bcmath.c,v 1.50 2003/02/04 21:07:40 andi Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -113,7 +113,8 @@
 
 /* {{{ php_str2num
    Convert to bc_num detecting scale */
-static void php_str2num(bc_num *num, char *str TSRMLS_DC) {
+static void php_str2num(bc_num *num, char *str TSRMLS_DC)
+{
        char *p;
 
        if (!(p = strchr(str, '.'))) {



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

Reply via email to