diff options
author | Derick Rethans <derick@php.net> | 2001-09-09 13:29:31 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-09-09 13:29:31 +0000 |
commit | 78747bd2df44ad9342d735f2c9376bc143664b42 (patch) | |
tree | 6febd2b5d6cbd671ab9bb3a1af117ccf09479195 /ext/snmp | |
parent | 61d4f7fe652da2bd60fbe24c119f37cf492a4eb6 (diff) | |
download | php-git-78747bd2df44ad9342d735f2c9376bc143664b42.tar.gz |
- Don't wrap lines... this is annoying while coding.
Diffstat (limited to 'ext/snmp')
-rw-r--r-- | ext/snmp/snmp.c | 4 | ||||
-rw-r--r-- | ext/snmp/winsnmp.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 7de02c1930..da578055e9 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -440,6 +440,6 @@ PHP_FUNCTION(snmpset) * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ diff --git a/ext/snmp/winsnmp.c b/ext/snmp/winsnmp.c index ad590e47c7..2ac0aba2f4 100644 --- a/ext/snmp/winsnmp.c +++ b/ext/snmp/winsnmp.c @@ -238,6 +238,6 @@ DLEXPORT void php3_snmpwalk(INTERNAL_FUNCTION_PARAMETERS) { * tab-width: 4 * c-basic-offset: 4 * End: - * vim600: sw=4 ts=4 tw=78 fdm=marker - * vim<600: sw=4 ts=4 tw=78 + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 */ |