]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
switch_scheduler.c emacs stuffs
authorBrian West <brian@freeswitch.org>
Sun, 27 Jan 2008 17:45:14 +0000 (17:45 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 27 Jan 2008 17:45:14 +0000 (17:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7395 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_scheduler.c

index 5ac1105126c25d7019a7b40d271dccb7124ac973..cda0837a07edab65e8e22ad9e4e3f28ac05366c2 100644 (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:
+ */