whitespaces -> tabs

no other changes done
This commit is contained in:
Antony Dovgal 2006-03-24 10:25:50 +00:00
parent 9cee8be28e
commit 792a2f6e65

View file

@ -591,4 +591,10 @@ void zend_register_unicode_exceptions(TSRMLS_D)
unicodeConversionException = zend_register_internal_class_ex(&ce, zend_exception_get_default(TSRMLS_C), NULL TSRMLS_CC);
}
/* vim: set fdm=marker et sts=4: */
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
*/