]> granicus.if.org Git - php/commitdiff
- WS
authorMarcus Boerger <helly@php.net>
Mon, 3 Apr 2006 19:58:03 +0000 (19:58 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 3 Apr 2006 19:58:03 +0000 (19:58 +0000)
ext/spl/spl_array.c

index 3f0181dae4b855488992059f29e85055a1cd81e6..eae99fb258168ec2e72c380ae5750e0b9301538f 100755 (executable)
@@ -57,7 +57,6 @@ PHPAPI zend_class_entry  *spl_ce_Countable;
 #define SPL_ARRAY_INT_MASK           0xFFFF0000
 #define SPL_ARRAY_CLONE_MASK         0x03000007
 
-
 typedef struct _spl_array_object {
        zend_object       std;
        zval              *array;