jon Mon Apr 9 14:08:47 2001 EDT
Modified files:
/php4/ext/standard dir.c
Log:
Fix whitespace (use tabs).
Index: php4/ext/standard/dir.c
diff -u php4/ext/standard/dir.c:1.60 php4/ext/standard/dir.c:1.61
--- php4/ext/standard/dir.c:1.60 Mon Apr 9 13:56:49 2001
+++ php4/ext/standard/dir.c Mon Apr 9 14:08:47 2001
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dir.c,v 1.60 2001/04/09 20:56:49 elixer Exp $ */
+/* $Id: dir.c,v 1.61 2001/04/09 21:08:47 jon Exp $ */
/* {{{ includes/startup/misc */
@@ -128,7 +128,7 @@
PHP_MINIT_FUNCTION(dir)
{
- static char tmpstr[2];
+ static char tmpstr[2];
zend_class_entry dir_class_entry;
le_dirp = zend_register_list_destructors_ex(_dir_dtor, NULL, "dir",
module_number);
@@ -139,9 +139,9 @@
#ifdef ZTS
dir_globals_id = ts_allocate_id(sizeof(php_dir_globals), NULL, NULL);
#endif
- tmpstr[0] = DEFAULT_SLASH;
- tmpstr[1] = '\0';
- REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", tmpstr, CONST_PERSISTENT);
+ tmpstr[0] = DEFAULT_SLASH;
+ tmpstr[1] = '\0';
+ REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", tmpstr, CONST_PERSISTENT);
return SUCCESS;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]