summaryrefslogtreecommitdiff
path: root/ext/calendar/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/calendar/calendar.c')
-rw-r--r--ext/calendar/calendar.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/ext/calendar/calendar.c b/ext/calendar/calendar.c
index 4443c97bdd..2ac1dc1997 100644
--- a/ext/calendar/calendar.c
+++ b/ext/calendar/calendar.c
@@ -289,7 +289,6 @@ PHP_FUNCTION(jdtogregorian)
}
/* }}} */
-
/* {{{ proto string jdmonthname(int juliandaycount, int mode)
Returns name of month for julian day count */
PHP_FUNCTION(jdmonthname)
@@ -339,3 +338,11 @@ PHP_FUNCTION(jdtogregorian)
}
/* }}} */
+/*
+ * Local variables:
+ * 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
+ */