summaryrefslogtreecommitdiff
path: root/ext/standard/lcg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/lcg.c')
-rw-r--r--ext/standard/lcg.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c
index ca6e8b7fb4..22f6fc3fb5 100644
--- a/ext/standard/lcg.c
+++ b/ext/standard/lcg.c
@@ -97,3 +97,12 @@ PHP_FUNCTION(lcg_value)
RETURN_DOUBLE(php_combined_lcg());
}
/* }}} */
+
+/*
+ * 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
+ */