diff options
Diffstat (limited to 'src/tables.c')
-rw-r--r-- | src/tables.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tables.c b/src/tables.c index 748cd53a4..4129c1d29 100644 --- a/src/tables.c +++ b/src/tables.c @@ -197,3 +197,4 @@ int printAllKeysOfTable(FILE * fp, char * table, char * arg1) { return -1; } } +/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |