From a6190359adc931e46a81e7603b80311654ff3ac1 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 20 May 2015 18:51:19 +0200 Subject: add vim modelines --- win32/wsyslog.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'win32/wsyslog.c') diff --git a/win32/wsyslog.c b/win32/wsyslog.c index 8244fa12f7..6b0f03e8ea 100644 --- a/win32/wsyslog.c +++ b/win32/wsyslog.c @@ -127,3 +127,12 @@ void openlog(const char *ident, int logopt, int facility) PW32G(log_source) = RegisterEventSource(NULL, "PHP-" PHP_VERSION); spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ -- cgit v1.2.1