diff options
Diffstat (limited to 'src/interface.c')
-rw-r--r-- | src/interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c index 83699e2f0..4dda82745 100644 --- a/src/interface.c +++ b/src/interface.c @@ -649,3 +649,4 @@ void printInterfaceOutBuffer(Interface * interface) { interface->outBuflen = 0; } +/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |