diff --git a/src/switch_scheduler.c b/src/switch_scheduler.c index 5ac1105126..cda0837a07 100644 --- a/src/switch_scheduler.c +++ b/src/switch_scheduler.c @@ -315,3 +315,14 @@ SWITCH_DECLARE(void) switch_scheduler_task_thread_stop(void) } } } + +/* For Emacs: + * Local Variables: + * mode:c + * indent-tabs-mode:t + * tab-width:4 + * c-basic-offset:4 + * End: + * For VIM: + * vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab: + */