]> granicus.if.org Git - php/commitdiff
- WS
authorMarcus Boerger <helly@php.net>
Wed, 11 Jan 2006 20:32:56 +0000 (20:32 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 11 Jan 2006 20:32:56 +0000 (20:32 +0000)
ext/phar/phar.c

index 78b0fab437878b7d1893abda6db4cdc2583df499..683fbfa9daa615e6c7d347c85bffac50afe247b4 100644 (file)
@@ -92,14 +92,14 @@ typedef struct _phar_manifest_entry {
 
 /* information about a phar file */
 typedef struct _phar_file_data {
-       char            *filename;
-       int             filename_len;
-       char            *alias;
-       int             alias_len;
-       size_t          internal_file_start;
-       zend_bool       has_compressed_files;
-       HashTable       manifest;
-       php_stream      *fp;
+       char        *filename;
+       int         filename_len;
+       char        *alias;
+       int         alias_len;
+       size_t      internal_file_start;
+       zend_bool   has_compressed_files;
+       HashTable   manifest;
+       php_stream  *fp;
 } phar_file_data;
 
 /* stream access data for one file entry in a phar file */