From: Brian West Date: Sun, 27 Jan 2008 17:45:14 +0000 (+0000) Subject: switch_scheduler.c emacs stuffs X-Git-Tag: v1.0-rc1~524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a52df845d0255e2a6877f5fe47187abb81be60;p=thirdparty%2Ffreeswitch.git switch_scheduler.c emacs stuffs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7395 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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: + */