switch_scheduler.c emacs stuffs

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7395 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-01-27 17:45:14 +00:00
parent 935cbcf937
commit 16a52df845
1 changed files with 11 additions and 0 deletions

View File

@ -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:
*/