diff options
Diffstat (limited to 'ext/dba/dba_ndbm.c')
-rw-r--r-- | ext/dba/dba_ndbm.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/dba/dba_ndbm.c b/ext/dba/dba_ndbm.c index 45652e3b54..4722ce91a4 100644 --- a/ext/dba/dba_ndbm.c +++ b/ext/dba/dba_ndbm.c @@ -164,3 +164,11 @@ DBA_SYNC_FUNC(ndbm) return SUCCESS; } #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim: sw=4 ts=4 tw=78 fdm=marker + */ |