diff options
author | Andrey Hristov <andrey@php.net> | 2010-04-15 12:55:04 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-04-15 12:55:04 +0000 |
commit | 6aa682f564d1e9be227e77936b622d2c7ba32866 (patch) | |
tree | d8007fd85df93a7480ad0bca4a06d3b0de1ad0c1 /ext/mysqlnd/php_mysqlnd.h | |
parent | 187a0d9b28081b7cc3dd6b405d3a09bf01ab8292 (diff) | |
download | php-git-6aa682f564d1e9be227e77936b622d2c7ba32866.tar.gz |
CS + WS changes
Diffstat (limited to 'ext/mysqlnd/php_mysqlnd.h')
-rw-r--r-- | ext/mysqlnd/php_mysqlnd.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/mysqlnd/php_mysqlnd.h b/ext/mysqlnd/php_mysqlnd.h index 695295934a..ac9ea255a0 100644 --- a/ext/mysqlnd/php_mysqlnd.h +++ b/ext/mysqlnd/php_mysqlnd.h @@ -27,3 +27,12 @@ extern zend_module_entry mysqlnd_module_entry; #endif /* PHP_MYSQLND_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: noet sw=4 ts=4 fdm=marker + * vim<600: noet sw=4 ts=4 + */ |