diff options
Diffstat (limited to 'main/reentrancy.c')
-rw-r--r-- | main/reentrancy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/reentrancy.c b/main/reentrancy.c index d4049ee77d..e1ff8266d5 100644 --- a/main/reentrancy.c +++ b/main/reentrancy.c @@ -430,3 +430,11 @@ cont: } #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim: sw=4 ts=4 tw=78 fdm=marker + */ |