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 | a9880e78c66d28db462f5dda24d9d105c5c82b77 (patch) | |
tree | 5046727d02fec8f188fd8030d4971e3acf0f5168 /ext/mysqlnd/php_mysqlnd.h | |
parent | 76b60a34127309624ffb572b078c8b33c8265bbb (diff) | |
download | php-git-a9880e78c66d28db462f5dda24d9d105c5c82b77.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 + */ |