]> granicus.if.org Git - php/commitdiff
- Please follow coding standards (this isn't java :)
authorAndi Gutmans <andi@php.net>
Tue, 4 Feb 2003 21:07:40 +0000 (21:07 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 4 Feb 2003 21:07:40 +0000 (21:07 +0000)
ext/bcmath/bcmath.c

index f3a4d7421c427ae73d9bf0e77b06485174f407f8..74e5f89c5a7ca88f161cb67252fd16f3b23eea05 100644 (file)
@@ -113,7 +113,8 @@ PHP_MINFO_FUNCTION(bcmath)
 
 /* {{{ 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, '.'))) {